diff options
Diffstat (limited to 'sys/arch/m88k/include/cpu.h')
-rw-r--r-- | sys/arch/m88k/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/cpu.h b/sys/arch/m88k/include/cpu.h index bf975efb6ab..277de3a261b 100644 --- a/sys/arch/m88k/include/cpu.h +++ b/sys/arch/m88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.12 2005/12/11 21:45:28 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.13 2006/04/15 15:43:36 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -232,7 +232,6 @@ struct switchframe { }; int badvaddr(vaddr_t, int); -void nmihand(void *); #endif /* _KERNEL */ #endif /* __M88K_CPU_H__ */ |