From: Andy P. <at...@sl...> - 2000-03-29 13:14:48
|
Update of /cvsroot/linux-vax/kernel/arch/vax/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv13577/arch/vax/lib Modified Files: console.c 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. |