]> asedeno.scripts.mit.edu Git - linux.git/commit
locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS
authorIngo Molnar <mingo@kernel.org>
Mon, 11 May 2015 07:47:23 +0000 (09:47 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 11 May 2015 07:52:09 +0000 (09:52 +0200)
commit62c7a1e9ae54ef66658df9614bdbc09cbbdaa6f0
treebdbb852b6302f589e357f9c86966fc0865b8ab49
parent52c9d2badd1ae4d11c29de57d4e964e48afd3cb4
locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS

Valentin Rothberg reported that we use CONFIG_QUEUED_SPINLOCKS
in arch/x86/kernel/paravirt_patch_32.c, while the symbol is
called CONFIG_QUEUED_SPINLOCK. (Note the extra 'S')

But the typo was natural: the proper English term for such
a generic object would be 'queued spinlocks' - so rename
this and related symbols accordingly to the plural form.

Reported-by: Valentin Rothberg <valentinrothberg@gmail.com>
Cc: Douglas Hatch <doug.hatch@hp.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Scott J Norton <scott.norton@hp.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Waiman Long <Waiman.Long@hp.com>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig
arch/x86/include/asm/paravirt.h
arch/x86/include/asm/paravirt_types.h
arch/x86/include/asm/spinlock.h
arch/x86/include/asm/spinlock_types.h
arch/x86/kernel/kvm.c
arch/x86/kernel/paravirt-spinlocks.c
arch/x86/kernel/paravirt_patch_64.c
arch/x86/xen/spinlock.c
kernel/Kconfig.locks
kernel/locking/Makefile