aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2004-05-26 12:09:39 +0000
committerThomas Moestl <tmm@FreeBSD.org>2004-05-26 12:09:39 +0000
commit65e29c4822130de70e0339f278a921526c45f786 (patch)
treeedf0c96c7fcbf23aa962e54e2618acb5602d63a0 /sys/arm
parent3e519a2cf4443b68fcede90b36e794d6671ac02f (diff)
downloadsrc-65e29c4822130de70e0339f278a921526c45f786.tar.gz
src-65e29c4822130de70e0339f278a921526c45f786.zip
Retire cpu_sched_exit(); it is not used any more.
Notes
Notes: svn path=/head/; revision=129750
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/vm_machdep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c
index ec5be4ea1448..7df7fcbca130 100644
--- a/sys/arm/arm/vm_machdep.c
+++ b/sys/arm/arm/vm_machdep.c
@@ -340,9 +340,3 @@ void
cpu_exit(struct thread *td)
{
}
-
-void
-cpu_sched_exit(td)
- register struct thread *td;
-{
-}