diff options
author | tmm <tmm@FreeBSD.org> | 2004-05-26 12:09:39 +0000 |
---|---|---|
committer | tmm <tmm@FreeBSD.org> | 2004-05-26 12:09:39 +0000 |
commit | 7b769ce88f5ef8a92f578e73fcf4eb1e71370d62 (patch) | |
tree | edf0c96c7fcbf23aa962e54e2618acb5602d63a0 /sys/ia64 | |
parent | f482b3c0f77042ce895f77deff5a607d58094fa6 (diff) | |
download | FreeBSD-src-7b769ce88f5ef8a92f578e73fcf4eb1e71370d62.zip FreeBSD-src-7b769ce88f5ef8a92f578e73fcf4eb1e71370d62.tar.gz |
Retire cpu_sched_exit(); it is not used any more.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/ia64/vm_machdep.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c index 202d40e..354dcf1 100644 --- a/sys/ia64/ia64/vm_machdep.c +++ b/sys/ia64/ia64/vm_machdep.c @@ -302,12 +302,6 @@ cpu_exit(struct thread *td) ia64_highfp_drop(td); } -void -cpu_sched_exit(td) - register struct thread *td; -{ -} - /* * Allocate an sf_buf for the given vm_page. On this machine, however, there * is no sf_buf object. Instead, an opaque pointer to the given vm_page is |