diff options
Diffstat (limited to 'sys/arch/sparc64/include/cpu.h')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/cpu.h b/sys/arch/sparc64/include/cpu.h index faa8964f581..4d5530e0753 100644 --- a/sys/arch/sparc64/include/cpu.h +++ b/sys/arch/sparc64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.28 2004/06/21 23:12:14 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.29 2004/08/09 10:13:21 miod Exp $ */ /* $NetBSD: cpu.h,v 1.28 2001/06/14 22:56:58 thorpej Exp $ */ /* @@ -232,7 +232,7 @@ void switchtoctx(int); /* locore2.c */ void remrq(struct proc *); /* trap.c */ -void kill_user_windows(struct proc *); +void pmap_unuse_final(struct proc *); int rwindow_save(struct proc *); /* amd7930intr.s */ void amd7930_trap(void); |