diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 21:47:41 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 21:47:41 +0000 |
commit | cc8e80c7aed24de0ab68923f78ab2c0a11076151 (patch) | |
tree | 43bf77c8841efd88db0bce7ecdb4898de80bd336 /sys | |
parent | 2d45c002c55bc405a4ee38275443080711e9e4a0 (diff) |
This debug print has outlived it's usefulness, It seems that the VM problems
have been fixed and certain config scripts perform abnormal tests which
trigger this print. This kernel print is a potential DOS attack, thus
should be removed.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc/powerpc/trap.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/powerpc/trap.c b/sys/arch/powerpc/powerpc/trap.c index 67e5197db94..5a84c53ac76 100644 --- a/sys/arch/powerpc/powerpc/trap.c +++ b/sys/arch/powerpc/powerpc/trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.c,v 1.22 2001/01/25 03:02:43 drahn Exp $ */ +/* $OpenBSD: trap.c,v 1.23 2001/03/29 21:47:40 drahn Exp $ */ /* $NetBSD: trap.c,v 1.3 1996/10/13 03:31:37 christos Exp $ */ /* @@ -181,7 +181,9 @@ printf("kern dsi on addr %x iar %x\n", frame->dar, frame->srr0); { break; } +#if 0 printf("dsi on addr %x iar %x lr %x\n", frame->dar, frame->srr0,frame->lr); +#endif /* * keep this for later in case we want it later. */ |