diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-21 11:10:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 21:37:09 -0400 |
commit | 10079ae35fc91a0d5afa50eb4ccc82fb8f7124e9 (patch) | |
tree | 543b4a4ed0ce7067ba053991f859e38406ae977f /arch/i386/kernel/setup.c | |
parent | d5321abe6abd16e1749ccd89636415d39611e138 (diff) |
i386: remapped_pgdat_init() static
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/i386/kernel/setup.c')
-rw-r--r-- | arch/i386/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/setup.c b/arch/i386/kernel/setup.c index 74871d066c2b..ec4dfcc50cf7 100644 --- a/arch/i386/kernel/setup.c +++ b/arch/i386/kernel/setup.c | |||
@@ -466,7 +466,7 @@ void __init setup_bootmem_allocator(void) | |||
466 | * | 466 | * |
467 | * This should all compile down to nothing when NUMA is off. | 467 | * This should all compile down to nothing when NUMA is off. |
468 | */ | 468 | */ |
469 | void __init remapped_pgdat_init(void) | 469 | static void __init remapped_pgdat_init(void) |
470 | { | 470 | { |
471 | int nid; | 471 | int nid; |
472 | 472 | ||