commit | 9dd2731d15e5c45944aae0fa8af533ee7dc3c8f7 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Fri Mar 12 12:21:09 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 09 08:28:21 2021 -0400 |
tree | 5e6ab82481b1a84f78f152d32e70bb242d9ad065 | |
parent | 23a0c8c2ece37ddfb38c1399a3c28f3f216a33e2 [diff] |
aarch64: Remove comparison with GIC-specific intid GIC_INTID_SPURIOUS is a GIC-specific intid so it's not valid for custom interrupt controllers. Rework a bit the logic by comparing the intid to the maximum intid possible instead. Signed-off-by: Carlo Caione <ccaione@baylibre.com>