From cc8e80c7aed24de0ab68923f78ab2c0a11076151 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Thu, 29 Mar 2001 21:47:41 +0000 Subject: 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. --- sys/arch/powerpc/powerpc/trap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') 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. */ -- cgit v1.2.3