]> git.baikalelectronics.ru Git - kernel.git/commit
alpha: locks: remove unused arch_*_relax operations
authorWill Deacon <will.deacon@arm.com>
Fri, 21 Jun 2013 17:17:22 +0000 (18:17 +0100)
committerMatt Turner <mattst88@gmail.com>
Fri, 19 Jul 2013 20:54:23 +0000 (13:54 -0700)
commit200be51d14cb0f0a66a0d44f4a1b3cabd99e1cc6
tree04d0a2f94dbbac91921a2b48f9bde3418ef2e5b1
parent52f3bc1e719dd07e8ad4ed6305dc269f2a320f14
alpha: locks: remove unused arch_*_relax operations

The arch_{spin,read,write}_relax macros are not used anywhere in the
kernel and are typically just aliases for cpu_relax().

This patch removes the unused definitions for Alpha.

Cc: Al Viro <viro@zeniv.linux.org.uk>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/alpha/include/asm/spinlock.h