diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 05:02:58 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 07:00:25 -0400 |
| commit | 842d7b1ccaefb6668cad193dcc894959ad756f3f (patch) | |
| tree | b1cf487343287b04f9a6d53112cf5a4b185e8774 /arch/score/kernel/Makefile | |
| parent | edd813bb35227f19e9d7f808165c0c4e95e03149 (diff) | |
score: Use generic init_task
Same code. Use the generic version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Chen Liqin <liqin.chen@sunplusct.com>
Link: http://lkml.kernel.org/r/20120503085035.332320547@linutronix.de
Diffstat (limited to 'arch/score/kernel/Makefile')
| -rw-r--r-- | arch/score/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/kernel/Makefile b/arch/score/kernel/Makefile index f218673b5d3..fb1802b3f54 100644 --- a/arch/score/kernel/Makefile +++ b/arch/score/kernel/Makefile | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | extra-y := head.o vmlinux.lds | 5 | extra-y := head.o vmlinux.lds |
| 6 | 6 | ||
| 7 | obj-y += entry.o init_task.o irq.o process.o ptrace.o \ | 7 | obj-y += entry.o irq.o process.o ptrace.o \ |
| 8 | setup.o signal.o sys_score.o time.o traps.o \ | 8 | setup.o signal.o sys_score.o time.o traps.o \ |
| 9 | sys_call_table.o | 9 | sys_call_table.o |
| 10 | 10 | ||
