Update of /cvsroot/linux-vax/kernel/arch/vax/boot
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13577/arch/vax/boot
Modified Files:
head.S
Log Message:
Support mapping all of physical memory in initial system page table
Define fake system page directory as swapper_pg_dir
Change incorrect references to SPT to use pg0
Create macro to find a specific SPTE in the SPT. (GET_SPTE) Replace
occurrences of this construct with the macro.
Create new file pgcompat.h to hold linux mm compatibility layer stuff.
|