aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2001-04-20 00:55:21 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2001-04-20 00:55:21 +0000
commit29b3d1c1515c8e1d1027dc6128b503a0c511a14f (patch)
tree04aded618296e9b63fd1262ab2706011326269e5
parent8d642984071b96be35e83c59b6e41d9a3de4ae1a (diff)
Notes
-rw-r--r--sys/alpha/alpha/trap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c
index dd4ee39f74b7..1b08a7d128bc 100644
--- a/sys/alpha/alpha/trap.c
+++ b/sys/alpha/alpha/trap.c
@@ -327,14 +327,6 @@ trap(a0, a1, a2, entry, framep)
sticks = p->p_sticks;
mtx_unlock_spin(&sched_lock);
p->p_md.md_tf = framep;
-#if 0
-/* This is to catch some weird stuff on the UDB (mj) */
- if (framep->tf_regs[FRAME_PC] > 0 &&
- framep->tf_regs[FRAME_PC] < 0x120000000) {
- printf("PC Out of Whack\n");
- printtrap(a0, a1, a2, entry, framep, 1, user);
- }
-#endif
} else {
sticks = 0; /* XXX bogus -Wuninitialized warning */
}