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)
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>

No differences found