From 29b3d1c1515c8e1d1027dc6128b503a0c511a14f Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Fri, 20 Apr 2001 00:55:21 +0000 Subject: GC some debugging code that's been #if 0'ed since we got the file from NetBSD --- sys/alpha/alpha/trap.c | 8 -------- 1 file changed, 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 */ } -- cgit v1.3