Merge branch 'acpi-misc'
[linux-2.6-microblaze.git] / include / linux / spinlock.h
index f2f12d7..7989784 100644 (file)
@@ -76,7 +76,7 @@
 #define LOCK_SECTION_END                        \
         ".previous\n\t"
 
-#define __lockfunc __attribute__((section(".spinlock.text")))
+#define __lockfunc __section(".spinlock.text")
 
 /*
  * Pull the arch_spinlock_t and arch_rwlock_t definitions: