提交 263df6e4 编写于 作者: H Heiko Carstens

s390/spinlock: remove align attribute from arch_spinlock_t

No need to add an align attribute for an integer.
The alignment is correct anyway.
Signed-off-by: NHeiko Carstens <hca@linux.ibm.com>
上级 84fa3962
......@@ -8,7 +8,7 @@
typedef struct {
int lock;
} __attribute__ ((aligned (4))) arch_spinlock_t;
} arch_spinlock_t;
#define __ARCH_SPIN_LOCK_UNLOCKED { .lock = 0, }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册