diff options
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/cpu.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/include/pmap.h | 1 |
2 files changed, 2 insertions, 3 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); diff --git a/sys/arch/sparc64/include/pmap.h b/sys/arch/sparc64/include/pmap.h index 977209d6ff7..b40e7ce2c13 100644 --- a/sys/arch/sparc64/include/pmap.h +++ b/sys/arch/sparc64/include/pmap.h @@ -164,7 +164,6 @@ int pmap_count_res(pmap_t pmap); #define pmap_update(pm) /* nothing (yet) */ #define pmap_proc_iflush(p,va,len) /* nothing */ -#define pmap_unuse_final(p) /* nothing */ void pmap_bootstrap(u_long kernelstart, u_long kernelend, u_int numctx); /* make sure all page mappings are modulo 16K to prevent d$ aliasing */ |