]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/tile/include/arch/chip_tile64.h
arch/tile: Save and restore extra user state for tilegx
[net-next-2.6.git] / arch / tile / include / arch / chip_tile64.h
index 18b5bc8e563f2dd6bdeff5ffb229db2d3e5fb544..261aaba092d4bb424d336caa645b222a1fdb1068 100644 (file)
 /** Is the PROC_STATUS SPR supported? */
 #define CHIP_HAS_PROC_STATUS_SPR() 0
 
+/** Is the DSTREAM_PF SPR supported? */
+#define CHIP_HAS_DSTREAM_PF() 0
+
 /** Log of the number of mshims we have. */
 #define CHIP_LOG_NUM_MSHIMS() 2
 
 /** Does the chip support rev1 DMA packets? */
 #define CHIP_HAS_REV1_DMA_PACKETS() 0
 
+/** Does the chip have an IPI shim? */
+#define CHIP_HAS_IPI() 0
+
 #endif /* !__OPEN_SOURCE__ */
 #endif /* __ARCH_CHIP_H__ */