You do not have a math co-processor, right? You will need to add the alternative math emulator to your kernel; you do this by adding the following to your kernel config file and it will be compiled in.
options GPL_MATH_EMULATE
Note: You will need to remove the MATH_EMULATE option when you do this.