diff options
Diffstat (limited to 'sys/arch/mvme88k/mvme88k/machdep.c')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index 4350fe0cca7..9685eb82295 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.146 2004/07/24 15:05:07 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.147 2004/07/28 12:28:48 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -2037,29 +2037,6 @@ spl0() return (x); } -#ifdef EH_DEBUG - -void -MY_info(f, p, flags, s) - struct trapframe *f; - caddr_t p; - int flags; - char *s; -{ - regdump(f); - printf("proc %x flags %x type %s\n", p, flags, s); -} - -void -MY_info_done(f, flags) - struct trapframe *f; - int flags; -{ - regdump(f); -} - -#endif - void nmihand(void *framep) { |