Software Emulation Kernel Panic
Dan Malek
dan at netx4.com
Tue Jun 13 05:43:54 EST 2000
Lucinda Schafer wrote:
> On our MPC823-based custom boards, we are experiencing the "Kernel Mode
> Software FPU Emulation" panic
This has little to do with floating point. Nearly all instructions
the processor can't decode are vectored to this function. It assumes
the primary reason you are here is to emulate floating point instructions.
If the function can't decode the instruction as a floating point operation,
it is really something the processor can't execute, so the panic message
spews forth.
> Could you shed some light on some situations where this may happen?
This can be either a software or hardware bug. If it is a software
bug, just unravel the stack backtrace and debug it. It could be a
trashed stack frame, resulting in a bad function return address, or
some indirect function call that was not properly computed.
It could also happen because of a hardware bug while fetching instructions
from memory. Verify the NIP instruction that it tried to decode is
what is really supposed to be at that location in memory. This is
a typical failure when the UPM is not programmed correctly. Since
this is a custom board, have you verified all memory cycles? Disable
the cache and try again, you will probably get a different result.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list