patch-2.3.99-pre2 linux/arch/arm/mm/mm-armo.c
Next file: linux/arch/arm/mm/mm-armv.c
Previous file: linux/arch/arm/mm/fault-armv.c
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sat Mar 18 11:38:04 2000
- Orig file:
v2.3.99-pre1/linux/arch/arm/mm/mm-armo.c
- Orig date:
Fri Jan 21 18:19:16 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/arch/arm/mm/mm-armo.c linux/arch/arm/mm/mm-armo.c
@@ -3,7 +3,7 @@
*
* Page table sludge for older ARM processor architectures.
*
- * Copyright (C) 1998-1999 Russell King
+ * Copyright (C) 1998-2000 Russell King
*/
#include <linux/sched.h>
#include <linux/mm.h>
@@ -135,6 +135,13 @@
}
/*
+ * No special code is required here.
+ */
+void setup_mm_for_reboot(char mode)
+{
+}
+
+/*
* This contains the code to setup the memory map on an ARM2/ARM250/ARM3
* machine. This is both processor & architecture specific, and requires
* some more work to get it to fit into our separate processor and
@@ -155,6 +162,9 @@
pgd_val(swapper_pg_dir[i]) = 0;
}
+/*
+ * We never have holes in the memmap
+ */
void __init create_memmap_holes(void)
{
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)