mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
x86/mm: Mark setup_emu2phys_nid() static
Make function static because it is used only in this file. Signed-off-by: Benjamin Thiel <b.thiel@posteo.de> Signed-off-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20200326135842.3875-1-b.thiel@posteo.de
This commit is contained in:
parent
4de4952c0a
commit
be98dc6e50
@ -324,7 +324,7 @@ static int __init split_nodes_size_interleave(struct numa_meminfo *ei,
|
||||
0, NULL, NUMA_NO_NODE);
|
||||
}
|
||||
|
||||
int __init setup_emu2phys_nid(int *dfl_phys_nid)
|
||||
static int __init setup_emu2phys_nid(int *dfl_phys_nid)
|
||||
{
|
||||
int i, max_emu_nid = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user