diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-01-28 23:35:06 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2009-01-30 23:51:45 +0100 |
commit | 791bad9d28d405d9397ea0c370ffb7c7bdd2aa6e (patch) | |
tree | 3a067d90415de66711bdaf9cd624d1a38cd4b8f0 /arch/x86/mm | |
parent | x86/paravirt: add register-saving thunks to reduce caller register pressure (diff) | |
download | linux-791bad9d28d405d9397ea0c370ffb7c7bdd2aa6e.tar.xz linux-791bad9d28d405d9397ea0c370ffb7c7bdd2aa6e.zip |
x86/paravirt: implement PVOP_CALL macros for callee-save functions
Impact: Optimization
Functions with the callee save calling convention clobber many fewer
registers than the normal C calling convention. Implement variants of
PVOP_V?CALL* accordingly. This only bothers with functions up to 3
args, since functions with more args may as well use the normal
calling convention.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/mm')
0 files changed, 0 insertions, 0 deletions