swapper_pg_dir

Darin Johnson (darin@connectnet.com)
Sat, 16 Aug 1997 18:55:20 -0700 (PDT)


In the following code (i386/kernel/head.S),

- ENTRY(swapper_pg_dir)
- .long 0x00102007
- .fill 767,4,0
- .long 0x00102007
- .fill 127,4,0

Shouldn't that final 127 be a 255? Probably unimportant though.