Skip to content

Commit

Permalink
Blackfin arch: delete now unused "cclk" member of blackfin_cpudata
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent a5f0717 commit 1ea9925
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/blackfin/include/asm/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ struct task_struct;
struct blackfin_cpudata {
struct cpu cpu;
struct task_struct *idle;
unsigned long cclk;
unsigned int imemctl;
unsigned int dmemctl;
unsigned long loops_per_jiffy;
Expand Down
1 change: 0 additions & 1 deletion arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ void __cpuinit bfin_setup_cpudata(unsigned int cpu)

cpudata->idle = current;
cpudata->loops_per_jiffy = loops_per_jiffy;
cpudata->cclk = get_cclk();
cpudata->imemctl = bfin_read_IMEM_CONTROL();
cpudata->dmemctl = bfin_read_DMEM_CONTROL();
}
Expand Down

0 comments on commit 1ea9925

Please sign in to comment.