diff options
| author | rsc <rsc> | 2007-08-24 21:33:11 +0000 | 
|---|---|---|
| committer | rsc <rsc> | 2007-08-24 21:33:11 +0000 | 
| commit | cb30c81860a965e46e53d6f71633da7898299890 (patch) | |
| tree | 721f45e240eae39ab6dfcaaa3048ee330652340d | |
| parent | 872a63e104ab34b9588f404fa2d7ac05e789eacf (diff) | |
| download | xv6-labs-cb30c81860a965e46e53d6f71633da7898299890.tar.gz xv6-labs-cb30c81860a965e46e53d6f71633da7898299890.tar.bz2 xv6-labs-cb30c81860a965e46e53d6f71633da7898299890.zip  | |
nit
| -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)  | 
