Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169966
b: refs/heads/master
c: 99063c0
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Dec 2, 2009
1 parent fad140c commit 9405879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01be50a308be466e122c3a8b3d535f1b673ecbd2
refs/heads/master: 99063c0bcebcc913165a5d168050326eba3e0996
10 changes: 3 additions & 7 deletions trunk/arch/x86/include/asm/alternative-asm.h
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#ifdef __ASSEMBLY__

#ifdef CONFIG_X86_32
# define X86_ALIGN .long
#else
# define X86_ALIGN .quad
#endif
#include <asm/asm.h>

#ifdef CONFIG_SMP
.macro LOCK_PREFIX
1: lock
.section .smp_locks,"a"
.align 4
X86_ALIGN 1b
_ASM_ALIGN
_ASM_PTR 1b
.previous
.endm
#else
Expand Down

0 comments on commit 9405879

Please sign in to comment.