x86: mm/discontig_32.c: make code static
node0_bdata and paddr_to_nid() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Thomas Gleixner
parent
f1aa14b2e9
commit
fb8c177fe0
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
|
struct pglist_data *node_data[MAX_NUMNODES] __read_mostly;
|
||||||
EXPORT_SYMBOL(node_data);
|
EXPORT_SYMBOL(node_data);
|
||||||
bootmem_data_t node0_bdata;
|
static bootmem_data_t node0_bdata;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* numa interface - we expect the numa architecture specific code to have
|
* numa interface - we expect the numa architecture specific code to have
|
||||||
@@ -404,7 +404,7 @@ void __init set_highmem_pages_init(int bad_ppro)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_MEMORY_HOTPLUG
|
#ifdef CONFIG_MEMORY_HOTPLUG
|
||||||
int paddr_to_nid(u64 addr)
|
static int paddr_to_nid(u64 addr)
|
||||||
{
|
{
|
||||||
int nid;
|
int nid;
|
||||||
unsigned long pfn = PFN_DOWN(addr);
|
unsigned long pfn = PFN_DOWN(addr);
|
||||||
|
Reference in New Issue
Block a user