diff options
author | 2014-01-23 22:43:55 -0600 | |
---|---|---|
committer | 2014-03-19 19:57:12 -0500 | |
commit | c4787d1ecfefce86971c1360ed5cef36af6182db (patch) | |
tree | 4510a736d20aef2dadc7258ae93e73bf3c5e763d /tools/perf/scripts/python/syscall-counts.py | |
parent | powerpc/book3e: store crit/mc/dbg exception thread info (diff) | |
download | wireguard-linux-c4787d1ecfefce86971c1360ed5cef36af6182db.tar.xz wireguard-linux-c4787d1ecfefce86971c1360ed5cef36af6182db.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions