diff options
Diffstat (limited to 'include/asm-i386/alternative-asm.i')
| -rw-r--r-- | include/asm-i386/alternative-asm.i | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/asm-i386/alternative-asm.i b/include/asm-i386/alternative-asm.i deleted file mode 100644 index 6c47e3b9484..00000000000 --- a/include/asm-i386/alternative-asm.i +++ /dev/null @@ -1,14 +0,0 @@ -#include <linux/config.h> - -#ifdef CONFIG_SMP - .macro LOCK_PREFIX -1: lock - .section .smp_locks,"a" - .align 4 - .long 1b - .previous - .endm -#else - .macro LOCK_PREFIX - .endm -#endif |
