From 8640f7f9cc309cea4e669d119ec6f64ec4d36f54 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 18 Apr 2000 23:18:10 +0000 Subject: Same semaphore alignment also for 2.3. --- include/asm-mips/semaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asm-mips/semaphore.h') 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) \ -- cgit v1.2.3