Skip to content

Commit

Permalink
h8300-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: Yoshinori Sato <ysato@users.sourceforge.jp>
Link: http://lkml.kernel.org/r/20120503085034.623666760@linutronix.de
  • Loading branch information
Thomas Gleixner committed May 5, 2012
1 parent cb0fcba commit a3b3aa3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
1 change: 1 addition & 0 deletions arch/h8300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config H8300
select HAVE_GENERIC_HARDIRQS
select GENERIC_IRQ_SHOW
select GENERIC_CPU_DEVICES
select HAVE_GENERIC_INIT_TASK

config SYMBOL_PREFIX
string
Expand Down
2 changes: 1 addition & 1 deletion arch/h8300/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extra-y := vmlinux.lds

obj-y := process.o traps.o ptrace.o irq.o \
sys_h8300.o time.o signal.o \
setup.o gpio.o init_task.o syscalls.o \
setup.o gpio.o syscalls.o \
entry.o timer/

obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o
36 changes: 0 additions & 36 deletions arch/h8300/kernel/init_task.c

This file was deleted.

0 comments on commit a3b3aa3

Please sign in to comment.