]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commitdiff
linux/x86-64: Remove dead code.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 22 Nov 2007 14:19:10 +0000 (14:19 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 22 Nov 2007 14:19:10 +0000 (14:19 +0000)
Signed-off-by: Jan Beulich <jbeulich@novell.com>
include/asm-x86_64/mach-xen/asm/system.h

index ea5f13283d622e041c779de2ef7249aeb1f1c16a..6cd9f2d70512af067bd6de3c76a6f45a7ad0ffe8 100644 (file)
 
 #ifdef __KERNEL__
 
-#ifdef CONFIG_SMP
-#define __vcpu_id smp_processor_id()
-#else
-#define __vcpu_id 0
-#endif
-
 #define __STR(x) #x
 #define STR(x) __STR(x)