]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
cpumask: Remove IA64 definition of total_cpus now it's in core code
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:13 +0000 (10:12 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 31 Dec 2008 23:42:13 +0000 (10:12 +1030)
Impact: fix IA64 compile

Fortunately, they have exactly the same semantics.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
arch/ia64/kernel/acpi.c

index 54ae373e6e221aa22e0438684ce60f554335c915..0553648b7595742f5e19bc99ff6e6eca0c7b0284 100644 (file)
@@ -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;