commit | 1ec2dbd66209de9dfc08765b2c879a74b19c2c92 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Sep 21 13:37:31 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Sep 28 20:33:56 2021 -0400 |
tree | 812eb43360ddeb368579ea133344f7eb8a8750d1 | |
parent | abf8c741e4d51e0a7c4ff2f29e33e0de51904d90 [diff] |
xtensa: fix implicit declaration of _xtensa_handle_one_int* Some Xtensa SoCs may not have that many levels of interrupts. So limit the call to DEF_INT_C_HANDLER() to only supported levels to avoid calling non-existent functions. Signed-off-by: Daniel Leung <daniel.leung@intel.com>