From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:13 +0000 (+1030) Subject: cpumask: Remove IA64 definition of total_cpus now it's in core code X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f320786063a9d1f885d2cf34ab44aa69c1d88f43;p=deliverable%2Flinux.git cpumask: Remove IA64 definition of total_cpus now it's in core code Impact: fix IA64 compile Fortunately, they have exactly the same semantics. Signed-off-by: Rusty Russell --- diff --git a/arch/ia64/kernel/acpi.c b/arch/ia64/kernel/acpi.c index 54ae373e6e22..0553648b7595 100644 --- a/arch/ia64/kernel/acpi.c +++ b/arch/ia64/kernel/acpi.c @@ -202,7 +202,6 @@ char *__init __acpi_map_table(unsigned long phys_addr, unsigned long size) Boot-time Table Parsing -------------------------------------------------------------------------- */ -static int total_cpus __initdata; static int available_cpus __initdata; struct acpi_table_madt *acpi_madt __initdata; static u8 has_8259;