diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2008-12-04 21:28:09 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-04 21:28:09 (GMT) |
commit | b28017f57f1ec16ab515e99d863bf9f33ea0d737 (patch) | |
tree | 779968a8a26b6c3a29e90a737ca22a10360245a8 /arch/sparc/kernel/Makefile | |
parent | 757498c63ed70ec8961aa432173247f4373ef0c3 (diff) | |
download | linux-b28017f57f1ec16ab515e99d863bf9f33ea0d737.tar.xz |
sparc: unify kernel/init_task
A closer inspection revealed that these two files had identical
functionality - but the implementation of it differed slightly.
Base it on the sparc version as it was the best.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/Makefile')
-rw-r--r-- | arch/sparc/kernel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 4643946..cd13d7f 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile @@ -6,7 +6,7 @@ asflags-y := -ansi ccflags-y := -Werror extra-y := head_$(BITS).o -extra-y += init_task_$(BITS).o +extra-y += init_task.o extra-y += vmlinux.lds obj-$(CONFIG_SPARC32) += entry.o wof.o wuf.o |