diff options
author | Waiman Long <Waiman.Long@hp.com> | 2015-05-11 13:57:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-05-12 09:46:00 +0200 |
commit | c7114b4e6c53111d415485875725b60213ffc675 (patch) | |
tree | 0fe076fb593e5bdc5648bdb6a5d1d2e85ca83cf4 /kernel/locking/qrwlock.c | |
parent | 62c7a1e9ae54ef66658df9614bdbc09cbbdaa6f0 (diff) | |
download | op-kernel-dev-c7114b4e6c53111d415485875725b60213ffc675.zip op-kernel-dev-c7114b4e6c53111d415485875725b60213ffc675.tar.gz |
locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS
To be consistent with the queued spinlocks which use
CONFIG_QUEUED_SPINLOCKS config parameter, the one for the queued
rwlocks is now renamed to CONFIG_QUEUED_RWLOCKS.
Signed-off-by: Waiman Long <Waiman.Long@hp.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Douglas Hatch <doug.hatch@hp.com>
Cc: H. Peter Anvin <hpa@zytor.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>
Link: http://lkml.kernel.org/r/1431367031-36697-1-git-send-email-Waiman.Long@hp.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/locking/qrwlock.c')
-rw-r--r-- | kernel/locking/qrwlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/locking/qrwlock.c b/kernel/locking/qrwlock.c index f956ede..00c12bb 100644 --- a/kernel/locking/qrwlock.c +++ b/kernel/locking/qrwlock.c @@ -1,5 +1,5 @@ /* - * Queue read/write lock + * Queued read/write locks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |