]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/booke64: Fix exception numbers
authorScott Wood <scottwood@freescale.com>
Fri, 24 Jan 2014 04:43:55 +0000 (22:43 -0600)
committerScott Wood <scottwood@freescale.com>
Thu, 20 Mar 2014 00:57:12 +0000 (19:57 -0500)
commit33bc6f1ab58fcc3fadd2d3a6e3d18e53df6c1214
tree4510a736d20aef2dadc7258ae93e73bf3c5e763d
parent102ad70da6a07bd14a1a3c6f84394f4fc0f14f57
powerpc/booke64: Fix exception numbers

altivec_unavailable was commented as 0xf20 but the code uses 0x200.
Note that 0xf20 is also used by ap_unavailable.

altivec_assist was commented as 0x1700 but the code uses 0x220.

critical_input was commented as 0x580 but the code uses 0x100.

machine_check was commented and implemented as 0x200, which conflicts
with altivec_assist (it only builds because MC_EXCEPTION_PROLOG is
commented out).  Changed to the fixed IVOR value of 0x000.

Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/exceptions-64e.S