Blackfin: SMP: drop unused blackfin_cpudata.idle pointer
Not sure when we stopped using this field, but nothing in the tree uses this now, so punt it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Родитель
44491fbc5a
Коммит
2951acba85
|
@ -10,11 +10,8 @@
|
||||||
|
|
||||||
#include <linux/percpu.h>
|
#include <linux/percpu.h>
|
||||||
|
|
||||||
struct task_struct;
|
|
||||||
|
|
||||||
struct blackfin_cpudata {
|
struct blackfin_cpudata {
|
||||||
struct cpu cpu;
|
struct cpu cpu;
|
||||||
struct task_struct *idle;
|
|
||||||
unsigned int imemctl;
|
unsigned int imemctl;
|
||||||
unsigned int dmemctl;
|
unsigned int dmemctl;
|
||||||
};
|
};
|
||||||
|
|
|
@ -165,7 +165,6 @@ void __cpuinit bfin_setup_cpudata(unsigned int cpu)
|
||||||
{
|
{
|
||||||
struct blackfin_cpudata *cpudata = &per_cpu(cpu_data, cpu);
|
struct blackfin_cpudata *cpudata = &per_cpu(cpu_data, cpu);
|
||||||
|
|
||||||
cpudata->idle = current;
|
|
||||||
cpudata->imemctl = bfin_read_IMEM_CONTROL();
|
cpudata->imemctl = bfin_read_IMEM_CONTROL();
|
||||||
cpudata->dmemctl = bfin_read_DMEM_CONTROL();
|
cpudata->dmemctl = bfin_read_DMEM_CONTROL();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче