summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-10-17 03:53:38 +0000
committerjb <jb@FreeBSD.org>2006-10-17 03:53:38 +0000
commite6625779b4ebb7b5ba0f89b7c62906385a3ee2f2 (patch)
tree88e7082fa2a834ddad8c2cb1e436c1b7f8fbb9cf /sys/sun4v
parent3aa8b1e2a0084e2baf25cfdead3b9ef51ab49988 (diff)
downloadFreeBSD-src-e6625779b4ebb7b5ba0f89b7c62906385a3ee2f2.zip
FreeBSD-src-e6625779b4ebb7b5ba0f89b7c62906385a3ee2f2.tar.gz
Comment out a debug entry which doesn't compile. Needed to fix LINT.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/trap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/sun4v/trap.c b/sys/sun4v/sun4v/trap.c
index cf0ecf7..a7a6f68 100644
--- a/sys/sun4v/sun4v/trap.c
+++ b/sys/sun4v/sun4v/trap.c
@@ -450,10 +450,10 @@ trap_pfault(struct thread *td, struct trapframe *tf, int64_t type, uint64_t data
#if 0
printf("trap_pfault(type=%ld, data=0x%lx, tpc=0x%lx, ctx=0x%lx)\n",
type, data, tf->tf_tpc, ctx);
-#endif
CTR4(KTR_TRAP, "trap_pfault: td=%p pm_ctx=%#lx va=%#lx ctx=%#lx",
td, p->p_vmspace->vm_pmap.pm_context[PCPU_GET(cpuid)], va, ctx);
+#endif
if (type == T_DATA_PROTECTION) {
prot = VM_PROT_WRITE;
OpenPOWER on IntegriCloud