diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-03 20:56:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-08-03 20:56:43 +0000 |
commit | 6e55fa34f9d67ac9fc5915366297f7de0e1af0fc (patch) | |
tree | d8eec94b9bd8c020870a7b3e38170fdd3a93619e /sys/arch/hppa/include | |
parent | e151ad07f3937f01b9308a4a6a0c88590649dba3 (diff) |
in fact, no need for switch_exit() completely, cpu_exit() handles the reins to the cpu_switch and basta!
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/cpu.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/cpu.h b/sys/arch/hppa/include/cpu.h index 8ae13f87b10..9c037f18be1 100644 --- a/sys/arch/hppa/include/cpu.h +++ b/sys/arch/hppa/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.30 2002/06/07 21:33:43 nordin Exp $ */ +/* $OpenBSD: cpu.h,v 1.31 2002/08/03 20:56:42 mickey Exp $ */ /* * Copyright (c) 2000-2001 Michael Shalayeff @@ -135,7 +135,6 @@ int spstrcpy(pa_space_t ssp, const void *src, pa_space_t dsp, void *dst, size_t size, size_t *rsize); int copy_on_fault(void); void switch_trampoline(void); -void switch_exit(struct proc *p); int cpu_dumpsize(void); int cpu_dump(void); #endif |