Remove ia64_highfp_load() now that it's unused.
This commit is contained in:
parent
77ed6e2d1c
commit
7a2fc00406
@ -1360,20 +1360,6 @@ ia64_highfp_drop(struct thread *td)
|
||||
return (1);
|
||||
}
|
||||
|
||||
int
|
||||
ia64_highfp_load(struct thread *td)
|
||||
{
|
||||
struct pcb *pcb;
|
||||
|
||||
pcb = td->td_pcb;
|
||||
KASSERT(pcb->pcb_fpcpu == NULL, ("FP race on thread"));
|
||||
KASSERT(PCPU_GET(fpcurthread) == NULL, ("FP race on pcpu"));
|
||||
restore_high_fp(&pcb->pcb_high_fp);
|
||||
PCPU_SET(fpcurthread, td);
|
||||
pcb->pcb_fpcpu = pcpup;
|
||||
return (1);
|
||||
}
|
||||
|
||||
int
|
||||
ia64_highfp_save(struct thread *td)
|
||||
{
|
||||
|
@ -57,7 +57,6 @@ void cpu_mp_add(u_int, u_int, u_int);
|
||||
int do_ast(struct trapframe *);
|
||||
int ia64_count_cpus(void);
|
||||
int ia64_highfp_drop(struct thread *);
|
||||
int ia64_highfp_load(struct thread *);
|
||||
int ia64_highfp_save(struct thread *);
|
||||
void ia64_init(void);
|
||||
void ia64_probe_sapics(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user