From: Waiman Long Date: Thu, 14 Aug 2014 17:27:30 +0000 (-0400) Subject: locking/rwlock, x86: Clean up asm/spinlock*.h to remove old rwlock code X-Git-Tag: fixes-against-v3.18-rc2~101^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff810a7ef38b55ba6c7b80bb7ff22847fd3be69;p=pandora-kernel.git locking/rwlock, x86: Clean up asm/spinlock*.h to remove old rwlock code As the x86 architecture now uses qrwlock for its read/write lock implementation, it is no longer necessary to keep the old rwlock code around. This patch removes the old rwlock code in the asm/spinlock.h and asm/spinlock_types.h files. Now the ARCH_USE_QUEUE_RWLOCK config parameter cannot be removed from x86/Kconfig or there will be a compilation error. Signed-off-by: Waiman Long Signed-off-by: Peter Zijlstra (Intel) Cc: Scott J Norton Cc: Dave Jones Cc: Linus Torvalds Cc: Waiman Long Link: http://lkml.kernel.org/r/1408037251-45918-2-git-send-email-Waiman.Long@hp.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed