From 18dfd4e5ba87158fcf5da29b3dd76c73652d4e49 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 22 Nov 2007 14:19:10 +0000 Subject: [PATCH] linux/x86-64: Remove dead code. Signed-off-by: Jan Beulich --- include/asm-x86_64/mach-xen/asm/system.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/asm-x86_64/mach-xen/asm/system.h b/include/asm-x86_64/mach-xen/asm/system.h index ea5f1328..6cd9f2d7 100644 --- a/include/asm-x86_64/mach-xen/asm/system.h +++ b/include/asm-x86_64/mach-xen/asm/system.h @@ -11,12 +11,6 @@ #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) -- 2.39.5