diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/page.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-i386/page.h b/include/asm-i386/page.h index 5a70501291d6..2b69686107ae 100644 --- a/include/asm-i386/page.h +++ b/include/asm-i386/page.h | |||
@@ -112,12 +112,9 @@ extern int page_is_ram(unsigned long pagenr); | |||
112 | 112 | ||
113 | #ifdef __ASSEMBLY__ | 113 | #ifdef __ASSEMBLY__ |
114 | #define __PAGE_OFFSET CONFIG_PAGE_OFFSET | 114 | #define __PAGE_OFFSET CONFIG_PAGE_OFFSET |
115 | #define __PHYSICAL_START CONFIG_PHYSICAL_START | ||
116 | #else | 115 | #else |
117 | #define __PAGE_OFFSET ((unsigned long)CONFIG_PAGE_OFFSET) | 116 | #define __PAGE_OFFSET ((unsigned long)CONFIG_PAGE_OFFSET) |
118 | #define __PHYSICAL_START ((unsigned long)CONFIG_PHYSICAL_START) | ||
119 | #endif | 117 | #endif |
120 | #define __KERNEL_START (__PAGE_OFFSET + __PHYSICAL_START) | ||
121 | 118 | ||
122 | 119 | ||
123 | #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) | 120 | #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) |