|
@@ -39,7 +39,6 @@
|
|
#define GRU_NUM_CBE 128
|
|
#define GRU_NUM_CBE 128
|
|
#define GRU_NUM_TFH 128
|
|
#define GRU_NUM_TFH 128
|
|
#define GRU_NUM_CCH 16
|
|
#define GRU_NUM_CCH 16
|
|
-#define GRU_NUM_GSH 1
|
|
|
|
|
|
|
|
/* Maximum resource counts that can be reserved by user programs */
|
|
/* Maximum resource counts that can be reserved by user programs */
|
|
#define GRU_NUM_USER_CBR GRU_NUM_CBE
|
|
#define GRU_NUM_USER_CBR GRU_NUM_CBE
|
|
@@ -56,7 +55,6 @@
|
|
#define GRU_CBE_BASE (GRU_MCS_BASE + 0x10000)
|
|
#define GRU_CBE_BASE (GRU_MCS_BASE + 0x10000)
|
|
#define GRU_TFH_BASE (GRU_MCS_BASE + 0x18000)
|
|
#define GRU_TFH_BASE (GRU_MCS_BASE + 0x18000)
|
|
#define GRU_CCH_BASE (GRU_MCS_BASE + 0x20000)
|
|
#define GRU_CCH_BASE (GRU_MCS_BASE + 0x20000)
|
|
-#define GRU_GSH_BASE (GRU_MCS_BASE + 0x30000)
|
|
|
|
|
|
|
|
/* User gseg constants */
|
|
/* User gseg constants */
|
|
#define GRU_GSEG_STRIDE (4 * 1024 * 1024)
|
|
#define GRU_GSEG_STRIDE (4 * 1024 * 1024)
|