diff options
author | 2011-11-29 11:24:10 +0000 | |
---|---|---|
committer | 2011-12-05 17:24:43 +0100 | |
commit | f6b2bc847641ea38e2655c8424fef5d2d19f35f9 (patch) | |
tree | 47f7d2ebb9cd1434b5fd8ef0113a4b0cbb0741a2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86-64: Slightly shorten line system call entry and exit paths (diff) | |
download | linux-dev-f6b2bc847641ea38e2655c8424fef5d2d19f35f9.tar.xz linux-dev-f6b2bc847641ea38e2655c8424fef5d2d19f35f9.zip |
x86-64: Cleanup some assembly entry points
system_call_after_swapgs doesn't really benefit from forcing
alignment from it - quite the opposite, native code needlessly
so far got a big NOP instruction inserted in front of it. Xen
being the only user of the separate entry point can well live
with the branch going to three bytes into a cache line.
The compatibility mode ptregs entry points for one can make use
of the GLOBAL() macro, and should be suitably aligned. Their
shared continuation point (ia32_ptregs_common) otoh doesn't need
to be global at all, but should continue to be properly aligned.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/4ED4CEEA020000780006407D@nat28.tlf.novell.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions