diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 09:02:53 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 13:00:23 +0200 |
commit | cb0fcba283a98f8438ca69b76b0dcb92cce5a951 (patch) | |
tree | 5d9680a8737857251991977a011e5189d731bdde /arch/frv/kernel/Makefile | |
parent | c172ede404d4eda55ed2c0df1c4c11df9311b299 (diff) | |
download | op-kernel-dev-cb0fcba283a98f8438ca69b76b0dcb92cce5a951.zip op-kernel-dev-cb0fcba283a98f8438ca69b76b0dcb92cce5a951.tar.gz |
frv: Use generic init_task
Same code. Use the generic version. The special Makefile treatment is
pointless anyway as init_task.o contains only data which is handled by
the linker script. So no point on being treated like head text.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David Howells <dhowells@redhat.com>
Link: http://lkml.kernel.org/r/20120503085034.546687215@linutronix.de
Diffstat (limited to 'arch/frv/kernel/Makefile')
-rw-r--r-- | arch/frv/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/kernel/Makefile b/arch/frv/kernel/Makefile index c36f70b..ad4087b 100644 --- a/arch/frv/kernel/Makefile +++ b/arch/frv/kernel/Makefile @@ -5,7 +5,7 @@ heads-y := head-uc-fr401.o head-uc-fr451.o head-uc-fr555.o heads-$(CONFIG_MMU) := head-mmu-fr451.o -extra-y:= head.o init_task.o vmlinux.lds +extra-y:= head.o vmlinux.lds obj-y := $(heads-y) entry.o entry-table.o break.o switch_to.o kernel_thread.o \ kernel_execve.o process.o traps.o ptrace.o signal.o dma.o \ |