aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/e820_32.h
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-05-20 23:10:58 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 05:35:53 -0400
commitbf62f3981c7076714e3b9f5fa6989a806cad02bf (patch)
tree8c47942af4b670d6381e853ff22f085b336ebc68 /include/asm-x86/e820_32.h
parentaafbdf71f1d3aeffd679b1a86e1b28f71515856c (diff)
x86: move e820_mark_nosave_regions to e820.c
and make e820_mark_nosave_regions to take limit_pfn to use max_low_pfn for 32bit and end_pfn for 64bit Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/e820_32.h')
-rw-r--r--include/asm-x86/e820_32.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/e820_32.h b/include/asm-x86/e820_32.h
index 9576b438fbd9..7ace82570a36 100644
--- a/include/asm-x86/e820_32.h
+++ b/include/asm-x86/e820_32.h
@@ -28,13 +28,5 @@ extern void init_iomem_resources(struct resource *code_resource,
28 struct resource *data_resource, 28 struct resource *data_resource,
29 struct resource *bss_resource); 29 struct resource *bss_resource);
30 30
31#if defined(CONFIG_PM) && defined(CONFIG_HIBERNATION)
32extern void e820_mark_nosave_regions(void);
33#else
34static inline void e820_mark_nosave_regions(void)
35{
36}
37#endif
38
39#endif/*!__ASSEMBLY__*/ 31#endif/*!__ASSEMBLY__*/
40#endif/*__E820_HEADER*/ 32#endif/*__E820_HEADER*/