parisc: Mark lock_aligned variables 16-byte aligned on SMP
[linux-2.6-microblaze.git] / arch / parisc / include / asm / ldcw.h
index ee9e071..47ebc4c 100644 (file)
@@ -55,7 +55,7 @@
 })
 
 #ifdef CONFIG_SMP
-# define __lock_aligned __section(".data..lock_aligned")
+# define __lock_aligned __section(".data..lock_aligned") __aligned(16)
 #endif
 
 #endif /* __PARISC_LDCW_H */