]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arch-x86-mm-sratc-skip-numa_no_node-while-parsing-slit-fix
authorToshi Kani <toshi.kani@hp.com>
Mon, 16 Dec 2013 23:44:49 +0000 (10:44 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 16 Dec 2013 23:44:49 +0000 (10:44 +1100)
Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/x86/mm/srat.c

index 29a2ceda9736e94d551cacaa108e69c756b743c6..6194a8d1def4ed3a72493c04a62502e8a53dbb3b 100644 (file)
@@ -42,7 +42,11 @@ static __init inline int srat_disabled(void)
        return acpi_numa < 0;
 }
 
-/* Callback for SLIT parsing */
+/**
+ * Callback for SLIT parsing.  pxm_to_node() returns NUMA_NO_NODE for
+ * I/O localities since SRAT does not list them.  I/O localities are
+ * not supported at this point.
+ */
 void __init acpi_numa_slit_init(struct acpi_table_slit *slit)
 {
        int i, j;