Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 May 2012 16:49:56 +0000 (09:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 May 2012 16:49:56 +0000 (09:49 -0700)
Pull microblaze changes from Michal Simek.

* 'next' of git://git.monstr.eu/linux-2.6-microblaze:
  microblaze: Setup correct pointer to TLS area
  microblaze: Add TLS support to sys_clone
  microblaze: ftrace: Pass the first calling instruction for dynamic ftrace
  microblaze: Port OOM changes to do_page_fault
  microblaze: Do not select GENERIC_GPIO by default

1  2 
arch/microblaze/Kconfig
arch/microblaze/kernel/entry.S

@@@ -51,8 -50,14 +51,8 @@@ config GENERIC_HWEIGH
  config GENERIC_CALIBRATE_DELAY
        def_bool y
  
 -config GENERIC_TIME_VSYSCALL
 -      def_bool n
 -
 -config GENERIC_CLOCKEVENTS
 -      def_bool y
 -
  config GENERIC_GPIO
-       def_bool y
+       bool
  
  config GENERIC_CSUM
        def_bool y
Simple merge