aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/Makefile
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-05-03 05:02:59 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-05-05 07:00:25 -0400
commit3f149aa226e39e7f29ca7bb22f8e5bf304206a8f (patch)
treef8b5824d067edb2b82a3bea7e0c8c09f8bfbe597 /arch/sparc/kernel/Makefile
parent41fe22f6553d1384fbef20b195b8c61ed6e768a1 (diff)
sparc: Use generic init_task
Same code. Use the generic version. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: "David S. Miller" <davem@davemloft.net> Acked-by: Sam Ravnborg <sam@ravnborg.org> Link: http://lkml.kernel.org/r/20120503085035.463573011@linutronix.de
Diffstat (limited to 'arch/sparc/kernel/Makefile')
-rw-r--r--arch/sparc/kernel/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile
index cb85458f89d..9c74bdc0349 100644
--- a/arch/sparc/kernel/Makefile
+++ b/arch/sparc/kernel/Makefile
@@ -6,7 +6,6 @@ asflags-y := -ansi
6ccflags-y := -Werror 6ccflags-y := -Werror
7 7
8extra-y := head_$(BITS).o 8extra-y := head_$(BITS).o
9extra-y += init_task.o
10 9
11# Undefine sparc when processing vmlinux.lds - it is used 10# Undefine sparc when processing vmlinux.lds - it is used
12# And teach CPP we are doing $(BITS) builds (for this case) 11# And teach CPP we are doing $(BITS) builds (for this case)