diff options
| author | Denys Vlasenko <[email protected]> | 2015-03-22 20:48:14 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2015-03-24 08:20:51 +0100 |
| commit | a76c7f4604937bc781bfc411ef92c59474ddadda (patch) | |
| tree | c0e71f40fafc647dcb8ff1c834e994161f77b460 /tools/perf/scripts/python/bin/stackcollapse-record | |
| parent | 34061f134f70d33296fa56678cee122dd7010401 (diff) | |
x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user
Having syscall32/sysenter32 initialization in a separate tiny
function, called from within a function that is already syscall
init specific, serves no real purpose.
Its existense also caused an unintended effect of having
wrmsrl(MSR_CSTAR) performed twice: once we set it to a dummy
function returning -ENOSYS, and immediately after
(if CONFIG_IA32_EMULATION), we set it to point to the proper
syscall32 entry point, ia32_cstar_target.
Signed-off-by: Denys Vlasenko <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Will Drewry <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions