Skip to content

Commit

Permalink
sparc64: unify arch/sparc64/oprofile/
Browse files Browse the repository at this point in the history
A simple:

   diff arch/sparc64/oprofile/init.c arch/sparc/oprofile/init.c
   diff arch/sparc64/oprofile/Makefile arch/sparc/oprofile/Makefile

revealed that the directories were equal.
So let sparc64 point to the sparc version and drop the sparc64 oprofile dir

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 5115f39 commit 7c979c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
2 changes: 1 addition & 1 deletion arch/sparc64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ head-y := arch/sparc64/kernel/head.o arch/sparc64/kernel/init_task.o
core-y += arch/sparc64/kernel/ arch/sparc64/mm/
core-y += arch/sparc/math-emu/
libs-y += arch/sparc64/prom/ arch/sparc64/lib/
drivers-$(CONFIG_OPROFILE) += arch/sparc64/oprofile/
drivers-$(CONFIG_OPROFILE) += arch/sparc/oprofile/

boot := arch/sparc64/boot

Expand Down
9 changes: 0 additions & 9 deletions arch/sparc64/oprofile/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions arch/sparc64/oprofile/init.c

This file was deleted.

0 comments on commit 7c979c4

Please sign in to comment.