aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/alternative-asm.i
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/alternative-asm.i')
-rw-r--r--include/asm-x86_64/alternative-asm.i12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-x86_64/alternative-asm.i b/include/asm-x86_64/alternative-asm.i
deleted file mode 100644
index 0b3f1a2bb2cb..000000000000
--- a/include/asm-x86_64/alternative-asm.i
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifdef CONFIG_SMP
- .macro LOCK_PREFIX
-1: lock
- .section .smp_locks,"a"
- .align 8
- .quad 1b
- .previous
- .endm
-#else
- .macro LOCK_PREFIX
- .endm
-#endif