diff options
Diffstat (limited to 'arch/blackfin/mach-bf538/include')
-rw-r--r-- | arch/blackfin/mach-bf538/include/mach/mem_map.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf538/include/mach/mem_map.h b/arch/blackfin/mach-bf538/include/mach/mem_map.h index c134057c91ff..76811966690e 100644 --- a/arch/blackfin/mach-bf538/include/mach/mem_map.h +++ b/arch/blackfin/mach-bf538/include/mach/mem_map.h | |||
@@ -104,15 +104,6 @@ | |||
104 | #define L1_SCRATCH_START 0xFFB00000 | 104 | #define L1_SCRATCH_START 0xFFB00000 |
105 | #define L1_SCRATCH_LENGTH 0x1000 | 105 | #define L1_SCRATCH_LENGTH 0x1000 |
106 | 106 | ||
107 | #define get_l1_scratch_start_cpu(cpu) L1_SCRATCH_START | ||
108 | #define get_l1_code_start_cpu(cpu) L1_CODE_START | ||
109 | #define get_l1_data_a_start_cpu(cpu) L1_DATA_A_START | ||
110 | #define get_l1_data_b_start_cpu(cpu) L1_DATA_B_START | ||
111 | #define get_l1_scratch_start() L1_SCRATCH_START | ||
112 | #define get_l1_code_start() L1_CODE_START | ||
113 | #define get_l1_data_a_start() L1_DATA_A_START | ||
114 | #define get_l1_data_b_start() L1_DATA_B_START | ||
115 | |||
116 | #define GET_PDA_SAFE(preg) \ | 107 | #define GET_PDA_SAFE(preg) \ |
117 | preg.l = _cpu_pda; \ | 108 | preg.l = _cpu_pda; \ |
118 | preg.h = _cpu_pda; | 109 | preg.h = _cpu_pda; |