1. 17 12月, 2008 15 次提交
  2. 13 12月, 2008 8 次提交
  3. 12 12月, 2008 1 次提交
  4. 11 12月, 2008 6 次提交
  5. 10 12月, 2008 8 次提交
  6. 09 12月, 2008 1 次提交
  7. 08 12月, 2008 1 次提交
    • I
      x86: fix default_spin_lock_flags() prototype · 087052b0
      Ingo Molnar 提交于
      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: NIngo Molnar <mingo@elte.hu>
      087052b0