diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-16 20:50:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-11-16 20:50:20 +0000 |
commit | 2a39fa558a41be222975f333acfd00c4db42fed5 (patch) | |
tree | b1627458702e4c5686d179b0d093b0a835374437 /sys/arch/m68k/include | |
parent | 27351360a6e6c6cd92454a8c97e0bc587faf7e13 (diff) |
Make userret() MI. On architectures which jammed stuff into it in the
past, pull that code out seperately.
ok guenther miod
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); |