summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/semaphore.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-04-18 23:18:10 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-04-18 23:18:10 +0000
commit8640f7f9cc309cea4e669d119ec6f64ec4d36f54 (patch)
treeca4465bfd3491675b20e4b5f3ecf1cafd3e957ae /include/asm-mips/semaphore.h
parentd9dc190d2ecf374e6a59b3c68cfca36a7f8682ac (diff)
Same semaphore alignment also for 2.3.
Diffstat (limited to 'include/asm-mips/semaphore.h')
-rw-r--r--include/asm-mips/semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/semaphore.h b/include/asm-mips/semaphore.h
index 6a0fab080..f8774022f 100644
--- a/include/asm-mips/semaphore.h
+++ b/include/asm-mips/semaphore.h
@@ -31,7 +31,7 @@ struct semaphore {
#if WAITQUEUE_DEBUG
long __magic;
#endif
-};
+} __attribute__((aligned(8)));
#if WAITQUEUE_DEBUG
# define __SEM_DEBUG_INIT(name) \