diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-27 10:58:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-27 10:58:23 -0700 |
commit | b14f3bd90d2202a83f36eac85bcb3db0fba7d6a6 (patch) | |
tree | bad35a2937e40ca211a70dbfbb5432b864eab724 /arch/powerpc/lib/Makefile | |
parent | 911e690e70540f009125bacd16c017eb1a7b1916 (diff) | |
parent | 8b31e49d1d75729c1da9009664ba52abd1adc628 (diff) | |
download | op-kernel-dev-b14f3bd90d2202a83f36eac85bcb3db0fba7d6a6.zip op-kernel-dev-b14f3bd90d2202a83f36eac85bcb3db0fba7d6a6.tar.gz |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.
powerpc: Minor cleanups of kernel virt address space definitions
powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mm
Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer"
Diffstat (limited to 'arch/powerpc/lib/Makefile')
-rw-r--r-- | arch/powerpc/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/lib/Makefile b/arch/powerpc/lib/Makefile index 8db3527..29b742b 100644 --- a/arch/powerpc/lib/Makefile +++ b/arch/powerpc/lib/Makefile @@ -18,7 +18,6 @@ obj-$(CONFIG_PPC64) += copypage_64.o copyuser_64.o \ memcpy_64.o usercopy_64.o mem_64.o string.o obj-$(CONFIG_XMON) += sstep.o obj-$(CONFIG_KPROBES) += sstep.o -obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-noncoherent.o ifeq ($(CONFIG_PPC64),y) obj-$(CONFIG_SMP) += locks.o |