summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/proc.h
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-12 08:13:04 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-12 08:13:04 +0000
commitea14701c38e1e288d6b394bd7a4c64e6053af67d (patch)
tree98dd9a652e18516a6839ab625b0bd8b52ca8458d /sys/mips/include/proc.h
parent32e16cef409bd0f9bd89f7ed3f8372af410308a0 (diff)
downloadFreeBSD-src-ea14701c38e1e288d6b394bd7a4c64e6053af67d.zip
FreeBSD-src-ea14701c38e1e288d6b394bd7a4c64e6053af67d.tar.gz
Remove more unused code and declarations, and add dire warnings to the 64-bit
atomic ops used by 32-bit kernels.
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 42d08d9..efd5e79 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;
OpenPOWER on IntegriCloud