Commit a55f8631 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: Make FP exceptions enabled by default.

parent e2be4811
......@@ -705,6 +705,7 @@ struct thread_struct {
.ksp = INIT_SP, \
.fs = KERNEL_DS, \
.pgdir = swapper_pg_dir, \
.fpexc_mode = MSR_FE0 | MSR_FE1, \
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment