diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-05-03 09:03:00 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-05 13:00:26 +0200 |
commit | d0b691dffaee89a4c9e1890694d0c77201d7a9b1 (patch) | |
tree | 20e4d25d0d25bccb1d77fd998aedb79e2b6e0070 /arch/unicore32/Makefile | |
parent | 293ef7b8288da79112276ddd53902aff75ce7494 (diff) | |
download | linux-d0b691dffaee89a4c9e1890694d0c77201d7a9b1.tar.bz2 |
unicore32: 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>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Link: http://lkml.kernel.org/r/20120503085035.669622065@linutronix.de
Diffstat (limited to 'arch/unicore32/Makefile')
-rw-r--r-- | arch/unicore32/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/unicore32/Makefile b/arch/unicore32/Makefile index 6af4bc415f2b..b6f5c4c1eaf9 100644 --- a/arch/unicore32/Makefile +++ b/arch/unicore32/Makefile @@ -33,7 +33,6 @@ endif CHECKFLAGS += -D__unicore32__ head-y := arch/unicore32/kernel/head.o -head-y += arch/unicore32/kernel/init_task.o core-y += arch/unicore32/kernel/ core-y += arch/unicore32/mm/ |