Skip to content

Commit e4d5962

Browse files
committed
xtensa: Use generic init_task
Same code. Use the generic version. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Chris Zankel <[email protected]> Link: http://lkml.kernel.org/r/[email protected]
1 parent 4504689 commit e4d5962

File tree

3 files changed

+2
-32
lines changed

3 files changed

+2
-32
lines changed

arch/xtensa/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config XTENSA
1010
select HAVE_GENERIC_HARDIRQS
1111
select GENERIC_IRQ_SHOW
1212
select GENERIC_CPU_DEVICES
13+
select HAVE_GENERIC_INIT_TASK
1314
help
1415
Xtensa processors are 32-bit RISC machines designed by Tensilica
1516
primarily for embedded systems. These processors are both

arch/xtensa/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ extra-y := head.o vmlinux.lds
66

77
obj-y := align.o entry.o irq.o coprocessor.o process.o ptrace.o \
88
setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
9-
pci-dma.o init_task.o io.o
9+
pci-dma.o io.o
1010

1111
obj-$(CONFIG_KGDB) += xtensa-stub.o
1212
obj-$(CONFIG_PCI) += pci.o

arch/xtensa/kernel/init_task.c

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)