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:
e754aed
)
x86/asm/entry: Make thunk's restore a local label
author
Borislav Petkov
<
[email protected]
>
Fri, 8 Jul 2016 14:01:48 +0000
(16:01 +0200)
committer
Ingo Molnar
<
[email protected]
>
Fri, 8 Jul 2016 14:47:01 +0000
(16:47 +0200)
No need to have it appear in objdump output.
No functionality change.
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]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
arch/x86/entry/thunk_64.S
patch
|
blob
|
history
diff --git
a/arch/x86/entry/thunk_64.S
b/arch/x86/entry/thunk_64.S
index 027aec4a74df6a99c2e5733e2f68ff5fb5fbc19a..627ecbcb2e6267796b634e05b16873285300a977 100644
(file)
--- a/
arch/x86/entry/thunk_64.S
+++ b/
arch/x86/entry/thunk_64.S
@@
-33,7
+33,7
@@
.endif
call \func
- jmp restore
+ jmp
.L_
restore
_ASM_NOKPROBE(\name)
.endm
@@
-54,7
+54,7
@@
#if defined(CONFIG_TRACE_IRQFLAGS) \
|| defined(CONFIG_DEBUG_LOCK_ALLOC) \
|| defined(CONFIG_PREEMPT)
-restore:
+
.L_
restore:
popq %r11
popq %r10
popq %r9
@@
-66,5
+66,5
@@
restore:
popq %rdi
popq %rbp
ret
- _ASM_NOKPROBE(restore)
+ _ASM_NOKPROBE(
.L_
restore)
#endif