comment fixes
This commit is contained in:
parent
94d7e25975
commit
05a7bbe08b
3
mp.c
3
mp.c
|
@ -196,7 +196,8 @@ mp_bcpu(void)
|
|||
|
||||
extern void mpmain(void);
|
||||
|
||||
#define APBOOTCODE 0x7000 // XXX hack
|
||||
// Write bootstrap code to unused memory at 0x7000.
|
||||
#define APBOOTCODE 0x7000
|
||||
|
||||
void
|
||||
mp_startthem(void)
|
||||
|
|
Loading…
Reference in a new issue