diff options
author | Len Brown <len.brown@intel.com> | 2009-01-09 03:39:43 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 03:39:43 -0500 |
commit | b2576e1d4408e134e2188c967b1f28af39cd79d4 (patch) | |
tree | 004f3c82faab760f304ce031d6d2f572e7746a50 /arch/ia64/kernel/acpi.c | |
parent | 3cc8a5f4ba91f67bbdb81a43a99281a26aab8d77 (diff) | |
parent | 2150edc6c5cf00f7adb54538b9ea2a3e9cedca3f (diff) |
Merge branch 'linus' into release
Diffstat (limited to 'arch/ia64/kernel/acpi.c')
-rw-r--r-- | arch/ia64/kernel/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index c19b686db9b8..d541671caf4a 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c | |||
@@ -203,7 +203,6 @@ char *__init __acpi_map_table(unsigned long phys_addr, unsigned long size) | |||
203 | Boot-time Table Parsing | 203 | Boot-time Table Parsing |
204 | -------------------------------------------------------------------------- */ | 204 | -------------------------------------------------------------------------- */ |
205 | 205 | ||
206 | static int total_cpus __initdata; | ||
207 | static int available_cpus __initdata; | 206 | static int available_cpus __initdata; |
208 | struct acpi_table_madt *acpi_madt __initdata; | 207 | struct acpi_table_madt *acpi_madt __initdata; |
209 | static u8 has_8259; | 208 | static u8 has_8259; |
@@ -1002,7 +1001,7 @@ acpi_map_iosapic(acpi_handle handle, u32 depth, void *context, void **ret) | |||
1002 | node = pxm_to_node(pxm); | 1001 | node = pxm_to_node(pxm); |
1003 | 1002 | ||
1004 | if (node >= MAX_NUMNODES || !node_online(node) || | 1003 | if (node >= MAX_NUMNODES || !node_online(node) || |
1005 | cpus_empty(node_to_cpumask(node))) | 1004 | cpumask_empty(cpumask_of_node(node))) |
1006 | return AE_OK; | 1005 | return AE_OK; |
1007 | 1006 | ||
1008 | /* We know a gsi to node mapping! */ | 1007 | /* We know a gsi to node mapping! */ |