Scott Wood c4787d1ecf 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>
2014-03-19 19:57:12 -05:00
..
2013-11-21 10:33:36 +11:00
2014-02-17 11:19:39 +11:00
2013-12-30 15:19:31 +11:00
2013-10-11 18:23:53 +11:00
2013-08-14 15:33:22 +10:00
2013-12-30 15:19:31 +11:00
2012-03-28 18:30:02 +01:00
2014-01-15 13:59:03 +11:00