Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a34fe107 authored by Will Deacon's avatar Will Deacon Committed by Helge Deller
Browse files

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: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent e9af8b7a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -191,8 +191,4 @@ static __inline__ int arch_write_can_lock(arch_rwlock_t *rw)
#define arch_read_lock_flags(lock, flags) arch_read_lock(lock)
#define arch_write_lock_flags(lock, flags) arch_write_lock(lock)

#define arch_spin_relax(lock)	cpu_relax()
#define arch_read_relax(lock)	cpu_relax()
#define arch_write_relax(lock)	cpu_relax()

#endif /* __ASM_SPINLOCK_H */