commit | e6ebe3a8b4b6204aa28850071ed003c1aac2d34a | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Tue Dec 13 14:55:11 2016 -0500 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Dec 15 15:57:10 2016 +0000 |
tree | d1ce491d1fc2be4d174e3a13eb116d7a86d68b0e | |
parent | 7f577b2d5cce16a44815310cde6f3080e047d9dd [diff] |
arm: relinquish one IRQ priority reserved by kernel The Cortex-M3/4 kernel was reserving priorities 0 and 1 for itself, but was not registering any exception on priority 0. Only reserve priority 0 and use it for SVC and fault exceptions instead of priority 1. Change-Id: Iff2405e27fd4bed4e49ab90ec2ae984f2c0a83a6 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>