Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127068
b: refs/heads/master
c: 1ea9925
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jan 7, 2009
1 parent d54f6c2 commit d13e765
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5f0717e51c5fe6cdaf885b7f621ba48ae745bfb
refs/heads/master: 1ea9925553caad6ea5068b4652596f149e0be9c3
1 change: 0 additions & 1 deletion trunk/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 trunk/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 d13e765

Please sign in to comment.