PCI ACPI: Added a function to register _OSC with only PCIe devices.
[powerpc.git] / include / linux / percpu.h
index 00412bb..50faa0e 100644 (file)
@@ -9,10 +9,6 @@
 
 #include <asm/percpu.h>
 
-#ifndef PER_CPU_ATTRIBUTES
-#define PER_CPU_ATTRIBUTES
-#endif
-
 #ifdef CONFIG_SMP
 #define DEFINE_PER_CPU(type, name)                                     \
        __attribute__((__section__(".data.percpu")))                    \