patch-2.4.0-test9 linux/include/asm-arm/arch-sa1100/vmalloc.h
Next file: linux/include/asm-arm/arch-shark/hardware.h
Previous file: linux/include/asm-arm/arch-sa1100/thinclient.h
Back to the patch index
Back to the overall index
- Lines: 6
- Date:
Mon Sep 18 15:15:23 2000
- Orig file:
v2.4.0-test8/linux/include/asm-arm/arch-sa1100/vmalloc.h
- Orig date:
Mon Mar 27 10:46:29 2000
diff -u --recursive --new-file v2.4.0-test8/linux/include/asm-arm/arch-sa1100/vmalloc.h linux/include/asm-arm/arch-sa1100/vmalloc.h
@@ -13,4 +13,4 @@
#define VMALLOC_OFFSET (8*1024*1024)
#define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
#define VMALLOC_VMADDR(x) ((unsigned long)(x))
-#define VMALLOC_END (PAGE_OFFSET + 0x10000000)
+#define VMALLOC_END (0xe8000000)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)