aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/arch/chip_tilepro.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/arch/chip_tilepro.h')
-rw-r--r--arch/tile/include/arch/chip_tilepro.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/tile/include/arch/chip_tilepro.h b/arch/tile/include/arch/chip_tilepro.h
index 9852af16386..e864c47fc89 100644
--- a/arch/tile/include/arch/chip_tilepro.h
+++ b/arch/tile/include/arch/chip_tilepro.h
@@ -248,5 +248,8 @@
/** Does the chip support rev1 DMA packets? */
#define CHIP_HAS_REV1_DMA_PACKETS() 1
+/** Does the chip have an IPI shim? */
+#define CHIP_HAS_IPI() 0
+
#endif /* !__OPEN_SOURCE__ */
#endif /* __ARCH_CHIP_H__ */