commit | 640d17d60e83401e10e66a0ab6e9e2d6350df656 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Dec 04 05:39:55 2008 +0000 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Fri Dec 05 14:34:26 2008 -0500 |
tree | 0f11c372b5f51f16303934e84ed6db9ee85ec405 | |
parent | feaf3848a813a106f163013af6fcf6c4bfec92d9 [diff] |
powerpc/virtex5: Fix Virtex5 machine check handling The 440x5 core in the Virtex5 uses the 440A type machine check (ie, they have MCSRR0/MCSRR1). They thus need to call the appropriate fixup function to hook the right variant of the exception. Without this, all machine checks become fatal due to loss of context when entering the exception handler. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>