From: Scott Wood Date: Fri, 24 Jan 2014 04:43:55 +0000 (-0600) Subject: powerpc/booke64: Fix exception numbers X-Git-Tag: v3.15-rc1~124^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4787d1ecfefce86971c1360ed5cef36af6182db;p=pandora-kernel.git 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 --- Reading git-diff-tree failed