summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/e820_32.h
diff options
context:
space:
mode:
authorIngo Molnar2008-04-16 02:29:42 +0200
committerIngo Molnar2008-04-19 19:19:55 +0200
commitfa5c4639419668cbb18ca3d20c1253559a3b43ae (patch)
treed811ff66fad6baa886157b6d94ed0801c39f43f6 /include/asm-x86/e820_32.h
parentx86: tsc prevent time going backwards (diff)
downloadkernel-qcow2-linux-fa5c4639419668cbb18ca3d20c1253559a3b43ae.tar.gz
kernel-qcow2-linux-fa5c4639419668cbb18ca3d20c1253559a3b43ae.tar.xz
kernel-qcow2-linux-fa5c4639419668cbb18ca3d20c1253559a3b43ae.zip
x86: rename find_max_pfn() to propagate_e820_map()
this function doesnt just 'find' the max_pfn - it also has other side-effects such as registering sparse memory maps. Signed-off-by: Ingo Molnar <mingo@elte.hu> 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/e820_32.h b/include/asm-x86/e820_32.h
index 43b1a8bd4b34..a9f7c6ec32bf 100644
--- a/include/asm-x86/e820_32.h
+++ b/include/asm-x86/e820_32.h
@@ -24,7 +24,7 @@ extern void update_e820(void);
extern int e820_all_mapped(unsigned long start, unsigned long end,
unsigned type);
extern int e820_any_mapped(u64 start, u64 end, unsigned type);
-extern void find_max_pfn(void);
+extern void propagate_e820_map(void);
extern void register_bootmem_low_pages(unsigned long max_low_pfn);
extern void add_memory_region(unsigned long long start,
unsigned long long size, int type);