parisc: locks: remove redundant arch_*_relax operations

Now that the arch_{spin,read,write}_relax macros default to cpu_relax(),
remove the redundant definitions for parisc.

Cc: Helge Deller <deller@gmx.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by Will Deacon and committed by Helge Deller a34fe107 e9af8b7a

Changed files
-4
arch
parisc
include
-4
arch/parisc/include/asm/spinlock.h
··· 191 191 #define arch_read_lock_flags(lock, flags) arch_read_lock(lock) 192 192 #define arch_write_lock_flags(lock, flags) arch_write_lock(lock) 193 193 194 - #define arch_spin_relax(lock) cpu_relax() 195 - #define arch_read_relax(lock) cpu_relax() 196 - #define arch_write_relax(lock) cpu_relax() 197 - 198 194 #endif /* __ASM_SPINLOCK_H */