Skip to content

Commit

Permalink
sparc: unify kernel/init_task
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent 757498c commit b28017f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 37 deletions.
2 changes: 1 addition & 1 deletion arch/sparc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endif
endif

head-y := arch/sparc/kernel/head_$(BITS).o
head-y += arch/sparc/kernel/init_task_$(BITS).o
head-y += arch/sparc/kernel/init_task.o

core-y += arch/sparc/kernel/
core-y += arch/sparc/mm/ arch/sparc/math-emu/
Expand Down
2 changes: 1 addition & 1 deletion arch/sparc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
35 changes: 0 additions & 35 deletions arch/sparc/kernel/init_task_64.c

This file was deleted.

0 comments on commit b28017f

Please sign in to comment.