commit | 4767afbf1f60f73997a7eb69a86d380f1fb27a92 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Thu Jan 29 01:51:34 2009 -0800 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Fri Jan 30 14:52:39 2009 -0800 |
tree | 717fbbbeb13d3c7f0ab16bc5d5eade8886a8b02f | |
parent | da5de7c22eb705be709a57e486e7475a6969b994 [diff] |
x86/paravirt: fix missing callee-save call on pud_val Impact: Fix build when CONFIG_PARAVIRT_DEBUG is enabled Fix missed convertion to using callee-saved calls for pud_val, which causes a compile error when CONFIG_PARAVIRT_DEBUG is enabled. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>