Retire cpu_sched_exit(); it is not used any more.
This commit is contained in:
parent
3e519a2cf4
commit
65e29c4822
@ -239,12 +239,6 @@ cpu_exit(struct thread *td)
|
||||
alpha_fpstate_drop(td);
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(td)
|
||||
register struct thread *td;
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_thread_exit(struct thread *td)
|
||||
{
|
||||
|
@ -224,12 +224,6 @@ cpu_thread_swapout(struct thread *td)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(td)
|
||||
register struct thread *td;
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_thread_setup(struct thread *td)
|
||||
{
|
||||
|
@ -340,9 +340,3 @@ void
|
||||
cpu_exit(struct thread *td)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(td)
|
||||
register struct thread *td;
|
||||
{
|
||||
}
|
||||
|
@ -336,12 +336,6 @@ cpu_thread_swapout(struct thread *td)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(td)
|
||||
register struct thread *td;
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_thread_setup(struct thread *td)
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -523,7 +523,6 @@ exit1(struct thread *td, int rv)
|
||||
binuptime(PCPU_PTR(switchtime));
|
||||
PCPU_SET(switchticks, ticks);
|
||||
|
||||
cpu_sched_exit(td); /* XXXKSE check if this should be in thread_exit */
|
||||
/*
|
||||
* Allow the scheduler to adjust the priority of the
|
||||
* parent when a kseg is exiting.
|
||||
|
@ -195,12 +195,6 @@ cpu_exit(td)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(td)
|
||||
register struct thread *td;
|
||||
{
|
||||
}
|
||||
|
||||
/* Temporary helper */
|
||||
void
|
||||
cpu_throw(struct thread *old, struct thread *new)
|
||||
|
@ -195,12 +195,6 @@ cpu_exit(td)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(td)
|
||||
register struct thread *td;
|
||||
{
|
||||
}
|
||||
|
||||
/* Temporary helper */
|
||||
void
|
||||
cpu_throw(struct thread *old, struct thread *new)
|
||||
|
@ -120,11 +120,6 @@ cpu_exit(struct thread *td)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
cpu_sched_exit(struct thread *td)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
cpu_thread_exit(struct thread *td)
|
||||
{
|
||||
|
@ -873,7 +873,6 @@ void unsleep(struct thread *);
|
||||
void userret(struct thread *, struct trapframe *, u_int);
|
||||
|
||||
void cpu_exit(struct thread *);
|
||||
void cpu_sched_exit(struct thread *);
|
||||
void exit1(struct thread *, int) __dead2;
|
||||
void cpu_fork(struct thread *, struct proc *, struct thread *, int);
|
||||
void cpu_set_fork_handler(struct thread *, void (*)(void *), void *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user