nit
This commit is contained in:
parent
872a63e104
commit
cb30c81860
1 changed files with 1 additions and 1 deletions
2
mp.c
2
mp.c
|
@ -35,7 +35,7 @@ int ncpu;
|
||||||
uchar ioapic_id;
|
uchar ioapic_id;
|
||||||
|
|
||||||
static struct cpu *bcpu;
|
static struct cpu *bcpu;
|
||||||
static struct mp *mp; // The MP floating point structure
|
static struct mp *mp; // The floating MP structure
|
||||||
|
|
||||||
static struct mp*
|
static struct mp*
|
||||||
mp_scan(uchar *addr, int len)
|
mp_scan(uchar *addr, int len)
|
||||||
|
|
Loading…
Reference in a new issue