diff options
author | Graf Yang <graf.yang@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | dbc895f95500a73ebf1ff12fe85f2e2b3790f52f (patch) | |
tree | 8b60024a7725c559767295b2b3ef143a39111f8b /arch/blackfin/mach-bf518 | |
parent | f994607a2e118aedf1116a58ecd16126dbb83d28 (diff) |
Blackfin arch: smp patch cleanup from LKML review
1. Use inline get_l1_... functions instead of macro
2. Fix compile issue about smp barrier functions
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf518')
-rw-r--r-- | arch/blackfin/mach-bf518/include/mach/mem_map.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/blackfin/mach-bf518/include/mach/mem_map.h b/arch/blackfin/mach-bf518/include/mach/mem_map.h index ac95d334d082..62bcc781bfaa 100644 --- a/arch/blackfin/mach-bf518/include/mach/mem_map.h +++ b/arch/blackfin/mach-bf518/include/mach/mem_map.h | |||
@@ -99,15 +99,6 @@ | |||
99 | #define L1_SCRATCH_START 0xFFB00000 | 99 | #define L1_SCRATCH_START 0xFFB00000 |
100 | #define L1_SCRATCH_LENGTH 0x1000 | 100 | #define L1_SCRATCH_LENGTH 0x1000 |
101 | 101 | ||
102 | #define get_l1_scratch_start_cpu(cpu) L1_SCRATCH_START | ||
103 | #define get_l1_code_start_cpu(cpu) L1_CODE_START | ||
104 | #define get_l1_data_a_start_cpu(cpu) L1_DATA_A_START | ||
105 | #define get_l1_data_b_start_cpu(cpu) L1_DATA_B_START | ||
106 | #define get_l1_scratch_start() L1_SCRATCH_START | ||
107 | #define get_l1_code_start() L1_CODE_START | ||
108 | #define get_l1_data_a_start() L1_DATA_A_START | ||
109 | #define get_l1_data_b_start() L1_DATA_B_START | ||
110 | |||
111 | #define GET_PDA_SAFE(preg) \ | 102 | #define GET_PDA_SAFE(preg) \ |
112 | preg.l = _cpu_pda; \ | 103 | preg.l = _cpu_pda; \ |
113 | preg.h = _cpu_pda; | 104 | preg.h = _cpu_pda; |