Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251385
b: refs/heads/master
c: 2951acb
h: refs/heads/master
i:
  251383: 43a945b
v: v3
  • Loading branch information
Mike Frysinger committed May 25, 2011
1 parent 0686494 commit 6f7f639
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 44491fbc5a228f3c2e61d842fd9fee0bfb839373
refs/heads/master: 2951acba8510a37c6b56f8481906a809c5eb3b0e
3 changes: 0 additions & 3 deletions trunk/arch/blackfin/include/asm/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@

#include <linux/percpu.h>

struct task_struct;

struct blackfin_cpudata {
struct cpu cpu;
struct task_struct *idle;
unsigned int imemctl;
unsigned int dmemctl;
};
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 @@ -165,7 +165,6 @@ void __cpuinit bfin_setup_cpudata(unsigned int cpu)
{
struct blackfin_cpudata *cpudata = &per_cpu(cpu_data, cpu);

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

0 comments on commit 6f7f639

Please sign in to comment.