]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-i386/alternative-asm.i
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6-omap-h63xx.git] / include / asm-i386 / alternative-asm.i
1 #ifdef CONFIG_SMP
2         .macro LOCK_PREFIX
3 1:      lock
4         .section .smp_locks,"a"
5         .align 4
6         .long 1b
7         .previous
8         .endm
9 #else
10         .macro LOCK_PREFIX
11         .endm
12 #endif