diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-03-25 12:08:50 -0700 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-03-25 12:08:50 -0700 |
commit | efa2e2200c45beb5e9fb7215f71d829998d31da8 (patch) | |
tree | 4a828594d0bc79966a10b10d4e279f07e0cd9995 /bsp/coreip-e34-arty | |
parent | 8c4777c677ef24d6c89c8d116863faa4654d3529 (diff) |
Update header to include PLIC, CLIC SUBINTERRUPTS
Diffstat (limited to 'bsp/coreip-e34-arty')
-rw-r--r-- | bsp/coreip-e34-arty/metal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsp/coreip-e34-arty/metal.h b/bsp/coreip-e34-arty/metal.h index 77a8faa..172ea35 100644 --- a/bsp/coreip-e34-arty/metal.h +++ b/bsp/coreip-e34-arty/metal.h @@ -26,6 +26,7 @@ #define METAL_MAX_PLIC_INTERRUPTS 1 +#define __METAL_CLIC_SUBINTERRUPTS 0 #define METAL_MAX_CLIC_INTERRUPTS 0 #define __METAL_LOCAL_EXTERNAL_INTERRUPTS_0_INTERRUPTS 16 |