mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
Blackfin arch: fix unused warning for some blackfin derivatives
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
2e8ca59147
commit
0b82e27444
@ -106,7 +106,9 @@ static void __init l1sram_init(void)
|
||||
|
||||
static void __init l1_data_sram_init(void)
|
||||
{
|
||||
#if L1_DATA_A_LENGTH != 0 || L1_DATA_B_LENGTH != 0
|
||||
unsigned int cpu;
|
||||
#endif
|
||||
#if L1_DATA_A_LENGTH != 0
|
||||
for (cpu = 0; cpu < num_possible_cpus(); ++cpu) {
|
||||
per_cpu(free_l1_data_A_sram_head, cpu).next =
|
||||
|
Loading…
Reference in New Issue
Block a user