[PATCH] `Maximum Physical Memory' in include/asm-i386/page_offset.h

Olaf Dietsche (olaf.dietsche+list.linux-kernel@netcologne.de)
11 Aug 1999 14:06:47 +0200


Hi,

I copied my .config from 2.2.10 over to 2.2.11 and missed the new item
`Maximum Physical Memory'. So I made this small patch, which might
help to spot the error.

Regards, Olaf.

diff -urN v2.2.11/include/asm-i386/page_offset.h linux/include/asm-i386/page_offset.h
--- v2.2.11/include/asm-i386/page_offset.h Mon Aug 9 21:04:41 1999
+++ linux/include/asm-i386/page_offset.h Wed Aug 11 14:01:16 1999
@@ -5,4 +5,7 @@
#define PAGE_OFFSET_RAW 0x80000000
#elif defined(CONFIG_3GB)
#define PAGE_OFFSET_RAW 0x40000000
+#else
+#error PAGE_OFFSET_RAW undeclared. Please configure:
+#error Processor type and features -> Maximum Physical Memory.
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/