Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
@@ -30,7 +30,6 @@ struct task_struct;
|
|||||||
struct blackfin_cpudata {
|
struct blackfin_cpudata {
|
||||||
struct cpu cpu;
|
struct cpu cpu;
|
||||||
struct task_struct *idle;
|
struct task_struct *idle;
|
||||||
unsigned long cclk;
|
|
||||||
unsigned int imemctl;
|
unsigned int imemctl;
|
||||||
unsigned int dmemctl;
|
unsigned int dmemctl;
|
||||||
unsigned long loops_per_jiffy;
|
unsigned long loops_per_jiffy;
|
||||||
|
@@ -135,7 +135,6 @@ void __cpuinit bfin_setup_cpudata(unsigned int cpu)
|
|||||||
|
|
||||||
cpudata->idle = current;
|
cpudata->idle = current;
|
||||||
cpudata->loops_per_jiffy = loops_per_jiffy;
|
cpudata->loops_per_jiffy = loops_per_jiffy;
|
||||||
cpudata->cclk = get_cclk();
|
|
||||||
cpudata->imemctl = bfin_read_IMEM_CONTROL();
|
cpudata->imemctl = bfin_read_IMEM_CONTROL();
|
||||||
cpudata->dmemctl = bfin_read_DMEM_CONTROL();
|
cpudata->dmemctl = bfin_read_DMEM_CONTROL();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user