mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
processor: remove spin_cpu_yield
spin_cpu_yield is unused, therefore remove it. Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
parent
b4e3133b65
commit
7928260539
2 changed files with 0 additions and 11 deletions
|
@ -346,8 +346,6 @@ static inline unsigned long __pack_fe01(unsigned int fpmode)
|
|||
|
||||
#define spin_cpu_relax() barrier()
|
||||
|
||||
#define spin_cpu_yield() spin_cpu_relax()
|
||||
|
||||
#define spin_end() HMT_medium()
|
||||
|
||||
#define spin_until_cond(cond) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue