Skip to content

Commit

Permalink
[POWERPC] User rheap from arch/powerpc/lib
Browse files Browse the repository at this point in the history
Removed rheap in arch/ppc/lib and changed build system to use the
one in arch/powerpc/lib.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed May 10, 2007
1 parent 3fae421 commit b99ab6a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 700 deletions.
2 changes: 0 additions & 2 deletions arch/powerpc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ obj-$(CONFIG_SMP) += locks.o
endif

# Temporary hack until we have migrated to asm-powerpc
ifeq ($(CONFIG_PPC_MERGE),y)
obj-$(CONFIG_8xx) += rheap.o
obj-$(CONFIG_CPM2) += rheap.o
endif
3 changes: 0 additions & 3 deletions arch/ppc/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
#

obj-y := checksum.o string.o div64.o

obj-$(CONFIG_8xx) += rheap.o
obj-$(CONFIG_CPM2) += rheap.o
Loading

0 comments on commit b99ab6a

Please sign in to comment.