summaryrefslogtreecommitdiff
path: root/sys/mips/include/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/proc.h')
-rw-r--r--sys/mips/include/proc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/mips/include/proc.h b/sys/mips/include/proc.h
index 42d08d9018a8..efd5e795af82 100644
--- a/sys/mips/include/proc.h
+++ b/sys/mips/include/proc.h
@@ -80,11 +80,6 @@ struct mdproc {
};
#ifdef _KERNEL
-struct thread;
-
-void mips_cpu_switch(struct thread *, struct thread *, struct mtx *);
-void mips_cpu_throw(struct thread *, struct thread *);
-
struct syscall_args {
u_int code;
struct sysent *callp;