diff options
-rw-r--r-- | mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ int ncpu; uchar ioapic_id; static struct cpu *bcpu; -static struct mp *mp; // The MP floating point structure +static struct mp *mp; // The floating MP structure static struct mp* mp_scan(uchar *addr, int len) |