Skip to content

Commit

Permalink
score: Use generic init_task
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Gleixner committed May 5, 2012
1 parent edd813b commit 842d7b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
1 change: 1 addition & 0 deletions arch/score/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ config SCORE
select HAVE_MEMBLOCK_NODE_MAP
select ARCH_DISCARD_MEMBLOCK
select GENERIC_CPU_DEVICES
select HAVE_GENERIC_INIT_TASK

choice
prompt "System type"
Expand Down
2 changes: 1 addition & 1 deletion arch/score/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

extra-y := head.o vmlinux.lds

obj-y += entry.o init_task.o irq.o process.o ptrace.o \
obj-y += entry.o irq.o process.o ptrace.o \
setup.o signal.o sys_score.o time.o traps.o \
sys_call_table.o

Expand Down
46 changes: 0 additions & 46 deletions arch/score/kernel/init_task.c

This file was deleted.

0 comments on commit 842d7b1

Please sign in to comment.