Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 17:04:05 +0000 (10:04 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Mar 2011 17:04:05 +0000 (10:04 -0700)
* 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
  sh: Fix build alloc_thread_info_node function
  sh: Fix ptrace hw_breakpoint handling
  sh: Fix ptrace fpu state initialisation
  sh: Re-enable GENERIC_HARDIRQS_NO_DEPRECATED.
  sh: pmb: Use struct syscore_ops instead of sysdevs
  sh: Use struct syscore_ops instead of sysdevs
  sh: Conver to asm-generic/sizes.h.
  sh: wire up sys_syncfs.

1  2 
arch/sh/Kconfig

diff --combined arch/sh/Kconfig
@@@ -23,8 -23,7 +23,7 @@@ config SUPER
        select HAVE_SPARSE_IRQ
        select RTC_LIB
        select GENERIC_ATOMIC64
-       # Support the deprecated APIs until MFD and GPIOLIB catch up.
-       select GENERIC_HARDIRQS_NO_DEPRECATED if !MFD_SUPPORT && !GPIOLIB
+       select GENERIC_HARDIRQS_NO_DEPRECATED
        select GENERIC_IRQ_SHOW
        help
          The SuperH is a RISC processor targeted for use in embedded systems
@@@ -75,9 -74,6 +74,9 @@@ config GENERIC_CSU
  config GENERIC_FIND_NEXT_BIT
        def_bool y
  
 +config GENERIC_FIND_BIT_LE
 +      def_bool y
 +
  config GENERIC_HWEIGHT
        def_bool y