]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/paravirt: fix missing callee-save call on pud_val
authorJeremy Fitzhardinge <jeremy@goop.org>
Thu, 29 Jan 2009 09:51:34 +0000 (01:51 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 30 Jan 2009 22:52:39 +0000 (14:52 -0800)
commit4767afbf1f60f73997a7eb69a86d380f1fb27a92
tree717fbbbeb13d3c7f0ab16bc5d5eade8886a8b02f
parentda5de7c22eb705be709a57e486e7475a6969b994
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>
arch/x86/include/asm/paravirt.h