]> xenbits.xensource.com Git - xenclient/kernel.git/commitdiff
xen: Remove unused "cpu_set_initialized"
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 9 Aug 2007 15:16:28 +0000 (16:16 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 9 Aug 2007 15:16:28 +0000 (16:16 +0100)
Signed-off-by: Chris Lalancette <clalance@redhat.com>
include/xen/cpu_hotplug.h

index abf8d528c9dd0d7032639379759fa1b381d97673..1d7301028d04b788573ca80b9d4e19a2c299a017 100644 (file)
@@ -6,9 +6,6 @@
 
 #if defined(CONFIG_X86) && defined(CONFIG_SMP)
 extern cpumask_t cpu_initialized_map;
-#define cpu_set_initialized(cpu) cpu_set(cpu, cpu_initialized_map)
-#else
-#define cpu_set_initialized(cpu) ((void)0)
 #endif
 
 #if defined(CONFIG_HOTPLUG_CPU)