diff options
Diffstat (limited to 'arch/x86/kernel/setup_32.c')
-rw-r--r-- | arch/x86/kernel/setup_32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index 78828b0f604f..455d3c80960b 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -442,7 +442,7 @@ static void __init reserve_ebda_region(void) | |||
442 | } | 442 | } |
443 | 443 | ||
444 | #ifndef CONFIG_NEED_MULTIPLE_NODES | 444 | #ifndef CONFIG_NEED_MULTIPLE_NODES |
445 | void __init setup_bootmem_allocator(void); | 445 | static void __init setup_bootmem_allocator(void); |
446 | static unsigned long __init setup_memory(void) | 446 | static unsigned long __init setup_memory(void) |
447 | { | 447 | { |
448 | /* | 448 | /* |
@@ -477,7 +477,7 @@ static unsigned long __init setup_memory(void) | |||
477 | return max_low_pfn; | 477 | return max_low_pfn; |
478 | } | 478 | } |
479 | 479 | ||
480 | void __init zone_sizes_init(void) | 480 | static void __init zone_sizes_init(void) |
481 | { | 481 | { |
482 | unsigned long max_zone_pfns[MAX_NR_ZONES]; | 482 | unsigned long max_zone_pfns[MAX_NR_ZONES]; |
483 | memset(max_zone_pfns, 0, sizeof(max_zone_pfns)); | 483 | memset(max_zone_pfns, 0, sizeof(max_zone_pfns)); |