Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot
In directory usw-pr-cvs1:/tmp/cvs-serv15323/boot
Modified Files:
tmp_init.c
Log Message:
More pagelet fixes - pfns is the hardware ptes, and they need dividing by 8
Index: tmp_init.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/tmp_init.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tmp_init.c 2001/02/16 00:54:26 1.6
+++ tmp_init.c 2001/02/18 12:03:31 1.7
@@ -162,8 +162,8 @@
/* mem_init finishes up memory init. It places all remaining
memory on the free list */
-/* asm("halt");*/
mem_init();
+ asm("halt");
kmem_cache_sizes_init();
#ifdef CONFIG_PROC_FS
|