aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/extable.c
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-10-27 18:56:24 +0100
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2006-10-27 18:56:24 +0100
commit8eda7b87aba2fc3540ea5f32c6e52e43e9a73fe4 (patch)
treeadafd8a9c0d5a957c0b3a50ee972d097e1ddffde /xen/arch/x86/extable.c
parent3d4d4e683ac1c37d525ffdc19470c1f8fc103ab9 (diff)
downloadxen-8eda7b87aba2fc3540ea5f32c6e52e43e9a73fe4.tar.gz
xen-8eda7b87aba2fc3540ea5f32c6e52e43e9a73fe4.tar.bz2
xen-8eda7b87aba2fc3540ea5f32c6e52e43e9a73fe4.zip
[XEN] Logging parameters for x86 code.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'xen/arch/x86/extable.c')
-rw-r--r--xen/arch/x86/extable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/extable.c b/xen/arch/x86/extable.c
index 053c767b39..642e7f5912 100644
--- a/xen/arch/x86/extable.c
+++ b/xen/arch/x86/extable.c
@@ -74,7 +74,7 @@ search_pre_exception_table(struct cpu_user_regs *regs)
unsigned long addr = (unsigned long)regs->eip;
unsigned long fixup = search_one_table(
__start___pre_ex_table, __stop___pre_ex_table-1, addr);
- DPRINTK("Pre-exception: %p -> %p\n", _p(addr), _p(fixup));
+ DPRINTK(XENLOG_INFO "Pre-exception: %p -> %p\n", _p(addr), _p(fixup));
#ifdef PERF_COUNTERS
if ( fixup )
perfc_incrc(exception_fixed);