From 937a0037421902186e410e0e9f45562f30489c2c Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Fri, 3 Jul 2009 00:08:26 +0200 Subject: [PATCH] --- yaml --- r: 155207 b: refs/heads/master c: bbf2a330d92c5afccfd17592ba9ccd50f41cf748 h: refs/heads/master i: 155205: ff058a1092d73bd2bc10736cfb5ee6a48c64cbbd 155203: ffdb9d8ea3e63a1b9d54793c2a9429355feecc7d 155199: 6fb4d90ebb82208736637c513241972dd1db6689 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/atomic_32.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index de8df89fc32c..e2d8dee1f66b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 029e5b1636d0511ef143af3a20c83c48e44c03f3 +refs/heads/master: bbf2a330d92c5afccfd17592ba9ccd50f41cf748 diff --git a/trunk/arch/x86/include/asm/atomic_32.h b/trunk/arch/x86/include/asm/atomic_32.h index 2503d4e64c2a..ae0fbb5b0578 100644 --- a/trunk/arch/x86/include/asm/atomic_32.h +++ b/trunk/arch/x86/include/asm/atomic_32.h @@ -250,7 +250,7 @@ static inline int atomic_add_unless(atomic_t *v, int a, int u) /* An 64bit atomic type */ typedef struct { - unsigned long long counter; + unsigned long long __aligned(8) counter; } atomic64_t; #define ATOMIC64_INIT(val) { (val) }