diff options
| -rw-r--r-- | sys/powerpc/aim/machdep.c | 1 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/machdep.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c index b141ce1fcd8e..bdd6d43e7c6a 100644 --- a/sys/powerpc/aim/machdep.c +++ b/sys/powerpc/aim/machdep.c @@ -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))); diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index b141ce1fcd8e..bdd6d43e7c6a 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -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))); |
