public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] 2.6.3-rc2 Correct ifdef for srat_num_cpus
@ 2004-02-13  6:45 Keith Owens
  0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2004-02-13  6:45 UTC (permalink / raw)
  To: linux-ia64

The definition of srat_num_cpus is wrapped in #ifdef CONFIG_ACPI_NUMA,
make its usage match.

Index: 3-rc2.4/arch/ia64/kernel/acpi.c
--- 3-rc2.4/arch/ia64/kernel/acpi.c Tue, 10 Feb 2004 15:29:40 +1100 kaos (linux-2.6/Z/c/40_acpi.c 1.1.1.1.1.3 644)
+++ 3-rc2.4(w)/arch/ia64/kernel/acpi.c Fri, 13 Feb 2004 17:42:42 +1100 kaos (linux-2.6/Z/c/40_acpi.c 1.1.1.1.1.3 644)
@@ -589,7 +589,7 @@ acpi_boot_init (void)
 	smp_boot_data.cpu_count = available_cpus;
 
 	smp_build_cpu_map();
-# ifdef CONFIG_NUMA
+# ifdef CONFIG_ACPI_NUMA
 	if (srat_num_cpus = 0) {
 		int cpu, i = 1;
 		for (cpu = 0; cpu < smp_boot_data.cpu_count; cpu++)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-13  6:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-13  6:45 [patch] 2.6.3-rc2 Correct ifdef for srat_num_cpus Keith Owens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox