mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
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>
This commit is contained in:
parent
d5321abe6a
commit
10079ae35f
@ -466,7 +466,7 @@ void __init setup_bootmem_allocator(void)
|
||||
*
|
||||
* This should all compile down to nothing when NUMA is off.
|
||||
*/
|
||||
void __init remapped_pgdat_init(void)
|
||||
static void __init remapped_pgdat_init(void)
|
||||
{
|
||||
int nid;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user