projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ccefa
)
x86/entry/64: Remove the unused 'icebp' macro
author
Borislav Petkov
<
[email protected]
>
Mon, 12 Feb 2018 20:13:18 +0000
(21:13 +0100)
committer
Ingo Molnar
<
[email protected]
>
Tue, 13 Feb 2018 08:04:55 +0000
(09:04 +0100)
That macro was touched around 2.5.8 times, judging by the full history
linux repo, but it was unused even then. Get rid of it already.
Signed-off-by: Borislav Petkov <
[email protected]
>
Cc: Andy Lutomirski <
[email protected]
>
Cc: Borislav Petkov <
[email protected]
>
Cc: Brian Gerst <
[email protected]
>
Cc: Denys Vlasenko <
[email protected]
>
Cc: H. Peter Anvin <
[email protected]
>
Cc: Josh Poimboeuf <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/entry/calling.h
patch
|
blob
|
history
diff --git
a/arch/x86/entry/calling.h
b/arch/x86/entry/calling.h
index 6985440c68fa7b98377fa03d6fb65bf1a14e7f6a..dce7092ab24a247c1165f80b17c687d255023a05 100644
(file)
--- a/
arch/x86/entry/calling.h
+++ b/
arch/x86/entry/calling.h
@@
-159,10
+159,6
@@
For 32-bit we have the following conventions - kernel is built with
.if \pop_rdi
popq %rdi
.endif
- .endm
-
- .macro icebp
- .byte 0xf1
.endm
/*