Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot
In directory usw-pr-cvs1:/tmp/cvs-serv20040/arch/vax/boot
Modified Files:
tmp_init.c
Log Message:
Fixes for page size and set_pte problems caused by pagelet layer
Index: tmp_init.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/tmp_init.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tmp_init.c 2001/02/15 16:50:53 1.5
+++ tmp_init.c 2001/02/16 00:54:26 1.6
@@ -154,13 +154,15 @@
kmem_cache_init();
printk("Dropping IPL to 0 to allow clock interrupts\n");
- sti();
+ sti();
+
calibrate_delay();
/* mem_init finishes up memory init. It places all remaining
memory on the free list */
+/* asm("halt");*/
mem_init();
kmem_cache_sizes_init();
|