diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 13:03:01 +0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 15:00:26 +0400 |
commit | e4d59621923ba6c42f30a9d74c7c78d101c2f7aa (patch) | |
tree | c281b507b7160d6533e84bb49f5e12967767143e /arch/xtensa/kernel/Makefile | |
parent | 45046892ef89c1e0caad66a03c8c1e14ad478d23 (diff) | |
download | linux-e4d59621923ba6c42f30a9d74c7c78d101c2f7aa.tar.xz |
xtensa: Use generic init_task
Same code. Use the generic version.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Chris Zankel <chris@zankel.net>
Link: http://lkml.kernel.org/r/20120503085035.804059531@linutronix.de
Diffstat (limited to 'arch/xtensa/kernel/Makefile')
-rw-r--r-- | arch/xtensa/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/Makefile b/arch/xtensa/kernel/Makefile index 2d2728b3e862..59fc3fe15572 100644 --- a/arch/xtensa/kernel/Makefile +++ b/arch/xtensa/kernel/Makefile @@ -6,7 +6,7 @@ extra-y := head.o vmlinux.lds obj-y := align.o entry.o irq.o coprocessor.o process.o ptrace.o \ setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \ - pci-dma.o init_task.o io.o + pci-dma.o io.o obj-$(CONFIG_KGDB) += xtensa-stub.o obj-$(CONFIG_PCI) += pci.o |