diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index b8329029c150..3ac2aa7b9eaf 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -161,12 +161,6 @@ static struct resource bss_resource = { | |||
161 | 161 | ||
162 | 162 | ||
163 | #ifdef CONFIG_X86_32 | 163 | #ifdef CONFIG_X86_32 |
164 | /* This value is set up by the early boot code to point to the value | ||
165 | immediately after the boot time page tables. It contains a *physical* | ||
166 | address, and must not be in the .bss segment! */ | ||
167 | unsigned long init_pg_tables_start __initdata = ~0UL; | ||
168 | unsigned long init_pg_tables_end __initdata = ~0UL; | ||
169 | |||
170 | static struct resource video_ram_resource = { | 164 | static struct resource video_ram_resource = { |
171 | .name = "Video RAM area", | 165 | .name = "Video RAM area", |
172 | .start = 0xa0000, | 166 | .start = 0xa0000, |