diff options
Diffstat (limited to 'arch/x86_64/kernel/e820.c')
-rw-r--r-- | arch/x86_64/kernel/e820.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/e820.c b/arch/x86_64/kernel/e820.c index db57d3ff04e3..1bee3184c5ab 100644 --- a/arch/x86_64/kernel/e820.c +++ b/arch/x86_64/kernel/e820.c | |||
@@ -80,7 +80,8 @@ static inline int bad_addr(unsigned long *addrp, unsigned long size) | |||
80 | return 0; | 80 | return 0; |
81 | } | 81 | } |
82 | 82 | ||
83 | int __meminit e820_mapped(unsigned long start, unsigned long end, unsigned type) | 83 | int __meminit |
84 | e820_any_mapped(unsigned long start, unsigned long end, unsigned type) | ||
84 | { | 85 | { |
85 | int i; | 86 | int i; |
86 | for (i = 0; i < e820.nr_map; i++) { | 87 | for (i = 0; i < e820.nr_map; i++) { |