VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-x86_64 / msi.h
index 727b911..e0e1e9b 100644 (file)
 #define LAST_DEVICE_VECTOR             232
 #define MSI_DEST_MODE                  MSI_LOGICAL_MODE
 #define MSI_TARGET_CPU_SHIFT           12
-
-#ifdef CONFIG_SMP
-#define MSI_TARGET_CPU         logical_smp_processor_id()
-#else
-#define MSI_TARGET_CPU         TARGET_CPUS
-#endif
+#define MSI_TARGET_CPU                 TARGET_CPUS
 
 #endif /* ASM_MSI_H */