diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 21:44:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-10 21:44:57 +0000 |
commit | a5b601706c26dd471e024a878a1ec49afb558070 (patch) | |
tree | 5ae0e48b3349e3b55c72a8bb98228fb67d4a5dd4 /sys/arch | |
parent | 20aa2886840f7ce8dc1cac9617d69bfbe49d3139 (diff) |
Remove long dead definitions. No functional change.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/include/cpu.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h index d24ef984e32..0e2f601594f 100644 --- a/sys/arch/mips64/include/cpu.h +++ b/sys/arch/mips64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.15 2007/03/15 10:22:29 art Exp $ */ +/* $OpenBSD: cpu.h,v 1.16 2007/04/10 21:44:56 miod Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -316,8 +316,6 @@ * definitions of cpu-dependent requirements * referenced in generic code */ -#define COPY_SIGCODE /* copy sigcode above user stack in exec */ - #define cpu_wait(p) /* nothing */ #ifndef _LOCORE @@ -476,9 +474,7 @@ void tlb_write_indexed(int, struct tlb_entry *); int tlb_update(vaddr_t, unsigned); void tlb_read(int, struct tlb_entry *); -void wbflush(void); void savectx(struct user *, int); -int copykstack(struct user *); void switch_exit(struct proc *); void MipsSaveCurFPState(struct proc *); void MipsSaveCurFPState16(struct proc *); |