aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/processor.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2019-06-08 11:39:05 +0200
committerHeiko Carstens <heiko.carstens@de.ibm.com>2019-06-15 12:25:49 +0200
commit7928260539f3a13b5b23a3fa0a7c0e4f5255940b (patch)
tree81f2dd7978a973cb58f0d2c1d27b080633d7af54 /arch/powerpc/include/asm/processor.h
parents390/traps: simplify data exception handler (diff)
downloadlinux-dev-7928260539f3a13b5b23a3fa0a7c0e4f5255940b.tar.xz
linux-dev-7928260539f3a13b5b23a3fa0a7c0e4f5255940b.zip
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>
Diffstat (limited to 'arch/powerpc/include/asm/processor.h')
-rw-r--r--arch/powerpc/include/asm/processor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index ef573fe9873e..a9993e7a443b 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
@@ -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) \