commit | e8a496ac8cd00cabbdaa373db4818a9ad19a1c5a | [log] [tgz] |
---|---|---|
author | Suresh Siddha <suresh.b.siddha@intel.com> | Fri May 23 16:26:37 2008 -0700 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 04 13:11:46 2008 +0200 |
tree | 8792b784e54982decd56a29acb02f63ce62a03ab | |
parent | 5c1ea08215f1f830dfaf4819a5f22efca41c3832 [diff] |
x86: fix broken math-emu with lazy allocation of fpu area Fix the math emulation that got broken with the recent lazy allocation of FPU area. init_fpu() need to be added for the math-emulation path aswell for the FPU area allocation. math emulation enabled kernel booted fine with this, in the presence of "no387 nofxsr" boot param. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Cc: hpa@zytor.com Cc: mingo@elte.hu Signed-off-by: Thomas Gleixner <tglx@linutronix.de>