]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2015 20:19:26 +0000 (16:19 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2015 20:19:26 +0000 (16:19 -0400)
Pull sparc updates from David Miller:
 "The PowerPC folks have a really nice scalable IOMMU pool allocator
  that we wanted to make use of for sparc.  So here we have a series
  that abstracts out their code into a common layer that anyone can make
  use of.

  Sparc is converted, and the PowerPC folks have reviewed and ACK'd this
  series and plan to convert PowerPC over as well"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
  iommu-common: Fix PARISC compile-time warnings
  sparc: Make LDC use common iommu poll management functions
  sparc: Make sparc64 use scalable lib/iommu-common.c functions
  sparc: Break up monolithic iommu table/lock into finer graularity pools and lock

1  2 
lib/Makefile

diff --combined lib/Makefile
index da6116b21555583864e2eadd7ae5615d46878d84,60c22e65b7934f3caa98239d372e684e128a53cf..6c37933336a0261007f73e8511936e95ff1f514c
@@@ -25,7 -25,7 +25,7 @@@ obj-y += lockref.
  obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
         bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \
         gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \
 -       bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o kfifo.o \
 +       bsearch.o find_bit.o llist.o memweight.o kfifo.o \
         percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o
  obj-y += string_helpers.o
  obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o
@@@ -106,7 -106,7 +106,7 @@@ obj-$(CONFIG_AUDIT_GENERIC) += audit.
  obj-$(CONFIG_AUDIT_COMPAT_GENERIC) += compat_audit.o
  
  obj-$(CONFIG_SWIOTLB) += swiotlb.o
- obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o
+ obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o iommu-common.o
  obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
  obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
  obj-$(CONFIG_CPU_NOTIFIER_ERROR_INJECT) += cpu-notifier-error-inject.o