aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/sgi-gru/gruhandles.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/sgi-gru/gruhandles.h')
-rw-r--r--drivers/misc/sgi-gru/gruhandles.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/sgi-gru/gruhandles.h b/drivers/misc/sgi-gru/gruhandles.h
index 99ec82678f5c..f44112242d00 100644
--- a/drivers/misc/sgi-gru/gruhandles.h
+++ b/drivers/misc/sgi-gru/gruhandles.h
@@ -39,7 +39,6 @@
39#define GRU_NUM_CBE 128 39#define GRU_NUM_CBE 128
40#define GRU_NUM_TFH 128 40#define GRU_NUM_TFH 128
41#define GRU_NUM_CCH 16 41#define GRU_NUM_CCH 16
42#define GRU_NUM_GSH 1
43 42
44/* Maximum resource counts that can be reserved by user programs */ 43/* Maximum resource counts that can be reserved by user programs */
45#define GRU_NUM_USER_CBR GRU_NUM_CBE 44#define GRU_NUM_USER_CBR GRU_NUM_CBE
@@ -56,7 +55,6 @@
56#define GRU_CBE_BASE (GRU_MCS_BASE + 0x10000) 55#define GRU_CBE_BASE (GRU_MCS_BASE + 0x10000)
57#define GRU_TFH_BASE (GRU_MCS_BASE + 0x18000) 56#define GRU_TFH_BASE (GRU_MCS_BASE + 0x18000)
58#define GRU_CCH_BASE (GRU_MCS_BASE + 0x20000) 57#define GRU_CCH_BASE (GRU_MCS_BASE + 0x20000)
59#define GRU_GSH_BASE (GRU_MCS_BASE + 0x30000)
60 58
61/* User gseg constants */ 59/* User gseg constants */
62#define GRU_GSEG_STRIDE (4 * 1024 * 1024) 60#define GRU_GSEG_STRIDE (4 * 1024 * 1024)