From: Yasunori Goto nodes_found and pxm2node are not used anywhere. Signed-off-by: Yasunori Goto Cc: Andi Kleen Signed-off-by: Andrew Morton --- arch/x86_64/mm/srat.c | 2 -- 1 files changed, 2 deletions(-) diff -puN arch/x86_64/mm/srat.c~unify-pxm_to_node-and-node_to_pxm-update arch/x86_64/mm/srat.c --- devel/arch/x86_64/mm/srat.c~unify-pxm_to_node-and-node_to_pxm-update 2006-04-04 23:52:17.000000000 -0700 +++ devel-akpm/arch/x86_64/mm/srat.c 2006-04-04 23:52:17.000000000 -0700 @@ -30,12 +30,10 @@ static struct acpi_table_slit *acpi_slit; static nodemask_t nodes_parsed __initdata; -static nodemask_t nodes_found __initdata; static struct bootnode nodes[MAX_NUMNODES] __initdata; static struct bootnode nodes_add[MAX_NUMNODES] __initdata; static int found_add_area __initdata; int hotadd_percent __initdata = 10; -static u8 pxm2node[256] = { [0 ... 255] = 0xff }; /* Too small nodes confuse the VM badly. Usually they result from BIOS bugs. */ _