diff options
| author | Paul Mackerras <paulus@samba.org> | 2003-07-18 09:41:17 +1000 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2003-07-18 09:41:17 +1000 |
| commit | a55f863181d172bd704135d8a5e19031eb949832 (patch) | |
| tree | cd0500b41edd18b9d57b8218f7ad2f45f89ab325 /include | |
| parent | e2be4811e9c08aa7df296ffd8f8fb08d3c4e9aaf (diff) | |
PPC32: Make FP exceptions enabled by default.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/processor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index c2f13892ff35..297d61b3da66 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -705,6 +705,7 @@ struct thread_struct { .ksp = INIT_SP, \ .fs = KERNEL_DS, \ .pgdir = swapper_pg_dir, \ + .fpexc_mode = MSR_FE0 | MSR_FE1, \ } /* |
