Skip to content
  1. Dec 16, 2008
  2. Dec 15, 2008
  3. Dec 13, 2008
    • Kumar Gala's avatar
      powerpc/fsl-booke: Fix problem with _tlbil_va being interrupted · e5e774d8
      Kumar Gala authored
      
      
      An example calling sequence which we did see:
      
      copy_user_highpage -> kmap_atomic -> flush_tlb_page -> _tlbil_va
      
      We got interrupted after setting up the MAS registers before the
      tlbwe and the interrupt handler that caused the interrupt also did
      a kmap_atomic (ide code) and thus on returning from the interrupt
      the MAS registers no longer contained the proper values.
      
      Since we dont save/restore MAS registers for normal interrupts we
      need to disable interrupts in _tlbil_va to ensure atomicity.
      
      Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
      e5e774d8
  4. Dec 12, 2008
  5. Dec 11, 2008
  6. Dec 10, 2008
  7. Dec 09, 2008
  8. Dec 08, 2008
    • Ingo Molnar's avatar
      x86: fix default_spin_lock_flags() prototype · 087052b0
      Ingo Molnar authored
      
      
      these warnings:
      
        arch/x86/kernel/paravirt-spinlocks.c: In function ‘default_spin_lock_flags’:
        arch/x86/kernel/paravirt-spinlocks.c:12: warning: passing argument 1 of ‘__raw_spin_lock’ from incompatible pointer type
        arch/x86/kernel/paravirt-spinlocks.c: At top level:
        arch/x86/kernel/paravirt-spinlocks.c:11: warning: ‘default_spin_lock_flags’ defined but not used
      
      showed that the prototype of default_spin_lock_flags() was confused about
      what type spinlocks have.
      
      the proper type on UP is raw_spinlock_t.
      
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      087052b0
Loading