Don't enable FP in the kernel. It is not needed when -msoft-float is used.

Reminded by:	benno
This commit is contained in:
Mark Peek 2001-11-13 00:44:21 +00:00
parent 21dc7ada34
commit e398651c46
2 changed files with 0 additions and 2 deletions

View File

@ -425,7 +425,6 @@ powerpc_init(u_int startkernel, u_int endkernel, u_int basekernel, char *args)
thread0->td_kstack = proc0kstack;
thread0->td_pcb = (struct pcb *)
(thread0->td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
enable_fpu(thread0->td_pcb);
globalp = pmap_steal_memory(round_page(sizeof(struct globaldata)));

View File

@ -425,7 +425,6 @@ powerpc_init(u_int startkernel, u_int endkernel, u_int basekernel, char *args)
thread0->td_kstack = proc0kstack;
thread0->td_pcb = (struct pcb *)
(thread0->td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
enable_fpu(thread0->td_pcb);
globalp = pmap_steal_memory(round_page(sizeof(struct globaldata)));