diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-23 23:53:31 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-23 23:53:31 +0000 |
commit | 7391919c41c22fdfeeefca4ea0c7379c2916905f (patch) | |
tree | 554b9e98263c9a327be754db1f63ea816abd02ea /sys/arch | |
parent | d9c1ba65dfce985dd6a90d53265ac13b79be5be1 (diff) |
Remove duplicate switch_exit() definition with <machine/cpu.h>
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/include/proc.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/alpha/include/proc.h b/sys/arch/alpha/include/proc.h index dab1d4c78c0..10698729cec 100644 --- a/sys/arch/alpha/include/proc.h +++ b/sys/arch/alpha/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.8 2002/04/28 20:55:14 pvalchev Exp $ */ +/* $OpenBSD: proc.h,v 1.9 2006/02/23 23:53:30 miod Exp $ */ /* $NetBSD: proc.h,v 1.2 1995/03/24 15:01:36 cgd Exp $ */ /* @@ -69,7 +69,3 @@ struct mdproc { #endif #define MDP_STEP1 0x0002 /* Single step normal */ #define MDP_STEP2 0x0003 /* Single step branch */ - -#ifdef _KERNEL -void switch_exit(struct proc *); -#endif |