19 Sep
2017
19 Sep
'17
9:47 a.m.
This will be needed for multi-core, add it here.
Signed-off-by: Keyon Jie yang.jie@linux.intel.com --- src/include/reef/interrupt-map.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/include/reef/interrupt-map.h b/src/include/reef/interrupt-map.h index a292279..1856e95 100644 --- a/src/include/reef/interrupt-map.h +++ b/src/include/reef/interrupt-map.h @@ -43,6 +43,7 @@ #define REEF_IRQ(_bit, _level, _cpu, _number) \ ((_bit << REEF_IRQ_BIT_SHIFT) \ | (_level << REEF_IRQ_LEVEL_SHIFT)\ + | (_cpu << REEF_IRQ_CPU_SHIFT)\ | (_number << REEF_IRQ_NUM_SHIFT))
#ifdef CONFIG_IRQ_MAP
--
2.11.0