diff options
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r-- | sys/arch/m68k/include/cpu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/m68k/include/cpu.h b/sys/arch/m68k/include/cpu.h index 9bcf12876dc..c88366858b8 100644 --- a/sys/arch/m68k/include/cpu.h +++ b/sys/arch/m68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.24 2011/11/01 21:20:55 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.25 2011/11/16 20:50:18 deraadt Exp $ */ /* $NetBSD: cpu.h,v 1.3 1997/02/02 06:56:57 thorpej Exp $ */ /* @@ -239,9 +239,6 @@ void savectx(struct pcb *); int suline(caddr_t, caddr_t); void switch_exit(struct proc *); -/* m68k_machdep.c */ -void userret(struct proc *); - /* regdump.c */ void regdump(struct trapframe *, int); |