patch-2.1.37 linux/arch/sparc64/mm/init.c
Next file: linux/drivers/block/amiflop.c
Previous file: linux/arch/sparc64/lib/copy_to_user.S
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 12 10:35:39 1997
- Orig file:
v2.1.36/linux/arch/sparc64/mm/init.c
- Orig date:
Wed Apr 23 19:01:17 1997
diff -u --recursive --new-file v2.1.36/linux/arch/sparc64/mm/init.c linux/arch/sparc64/mm/init.c
@@ -1,4 +1,4 @@
-/* $Id: init.c,v 1.24 1997/04/17 21:49:41 jj Exp $
+/* $Id: init.c,v 1.25 1997/04/28 14:57:11 davem Exp $
* arch/sparc64/mm/init.c
*
* Copyright (C) 1996,1997 David S. Miller (davem@caip.rutgers.edu)
@@ -694,6 +694,11 @@
min_free_pages = 16;
free_pages_low = min_free_pages + (min_free_pages >> 1);
free_pages_high = min_free_pages + min_free_pages;
+
+#if 0
+ printk("Testing fault handling...\n");
+ *(char *)0x00000deadbef0000UL = 0;
+#endif
}
void free_initmem (void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov