1. 14 Oct, 2009 3 commits
    • Thomas Gleixner's avatar
      um: Remove BKL from mmapper · d63c489b
      Thomas Gleixner authored
      cycle_kernel_lock() was added during the big BKL pushdown. It should
      ensure the serializiation against driver init code.
      
      mmapper_open() cannot be called before misc_register() succeeded, but
      p_buf might be uninitialized.
      
      Move the initialization of p_buf before the misc_register() call and
      get rid of cycle_kernel_lock().
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      LKML-Reference: <20091010153349.682213670@linutronix.de>
      Cc: Jeff Dike <jdike@addtoit.com>
      d63c489b
    • Thomas Gleixner's avatar
      um: Remove BKL from random · df502e38
      Thomas Gleixner authored
      cycle_kernel_lock() was added during the big BKL pushdown. It should
      ensure the serializiation against driver init code. In this case there
      is nothing to serialize. Remove it.
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      LKML-Reference: <20091010153349.641118498@linutronix.de>
      Cc: Jeff Dike <jdike@addtoit.com>
      df502e38
    • Thomas Gleixner's avatar
      s390: Remove BKL from prng · ca1b82ba
      Thomas Gleixner authored
      cycle_kernel_lock() was added during the big BKL pushdown. It should
      ensure the serializiation against driver init code. In this case there
      is nothing to serialize. Remove it.
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
      LKML-Reference: <20091010153349.601625576@linutronix.de>
      Acked-by: default avatarJan Glauber <jang@linux.vnet.ibm.com>
      ca1b82ba
  2. 13 Oct, 2009 18 commits
  3. 12 Oct, 2009 19 commits