]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86_64: various cleanups in NUMA scan node
authorDavid Rientjes <rientjes@google.com>
Sat, 21 Jul 2007 15:09:56 +0000 (17:09 +0200)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 22 Jul 2007 01:37:08 +0000 (18:37 -0700)
commitae2c6dcf90c5a9ff9bd9a176cafd43a255fcc64b
treef2724b7ec499779897775ccc8acaf735c2e1c7ed
parenta2e212dae57071d4a4a6cbbc12d70c628fd47ad2
x86_64: various cleanups in NUMA scan node

In acpi_scan_nodes(), we immediately return -1 if acpi_numa <= 0, meaning
we haven't detected any underlying ACPI topology or we have explicitly
disabled its use from the command-line with numa=noacpi.

acpi_table_print_srat_entry() and acpi_table_parse_srat() are only
referenced within drivers/acpi/numa.c, so we can mark them as static and
remove their prototypes from the header file.

Likewise, pxm_to_node_map[] and node_to_pxm_map[] are only used within
drivers/acpi/numa.c, so we mark them as static and remove their externs
from the header file.

The automatic 'result' variable is unused in acpi_numa_init(), so it's
removed.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/mm/srat.c
drivers/acpi/numa.c
include/linux/acpi.h