locking/core, arch: Remove cpu_relax_lowlatency()
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 25 Oct 2016 09:03:15 +0000 (11:03 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 16 Nov 2016 09:15:11 +0000 (10:15 +0100)
As there are no users left, we can remove cpu_relax_lowlatency()
implementations from every architecture.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Noam Camus <noamc@ezchip.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: virtualization@lists.linux-foundation.org
Cc: xen-devel@lists.xenproject.org
Cc: <linux-arch@vger.kernel.org>
Link: http://lkml.kernel.org/r/1477386195-32736-6-git-send-email-borntraeger@de.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
32 files changed:
arch/alpha/include/asm/processor.h
arch/arc/include/asm/processor.h
arch/arm/include/asm/processor.h
arch/arm64/include/asm/processor.h
arch/avr32/include/asm/processor.h
arch/blackfin/include/asm/processor.h
arch/c6x/include/asm/processor.h
arch/cris/include/asm/processor.h
arch/frv/include/asm/processor.h
arch/h8300/include/asm/processor.h
arch/hexagon/include/asm/processor.h
arch/ia64/include/asm/processor.h
arch/m32r/include/asm/processor.h
arch/m68k/include/asm/processor.h
arch/metag/include/asm/processor.h
arch/microblaze/include/asm/processor.h
arch/mips/include/asm/processor.h
arch/mn10300/include/asm/processor.h
arch/nios2/include/asm/processor.h
arch/openrisc/include/asm/processor.h
arch/parisc/include/asm/processor.h
arch/powerpc/include/asm/processor.h
arch/s390/include/asm/processor.h
arch/score/include/asm/processor.h
arch/sh/include/asm/processor.h
arch/sparc/include/asm/processor_32.h
arch/sparc/include/asm/processor_64.h
arch/tile/include/asm/processor.h
arch/unicore32/include/asm/processor.h
arch/x86/include/asm/processor.h
arch/x86/um/asm/processor.h
arch/xtensa/include/asm/processor.h

index 0556fda7bc6df97d4c52cab31cb90bf8bd429675..31e8dbeef10bfe4b14d80d4ca0bda898ff0161b0 100644 (file)
@@ -59,7 +59,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #define ARCH_HAS_PREFETCH
 #define ARCH_HAS_PREFETCHW
index 6c158d576355b3bb06321e26c8c53603cc68a916..d102a49ad8c5c2bdc7b0f6c49bb3cb6274a8c90e 100644 (file)
@@ -61,7 +61,6 @@ struct task_struct;
 
 #define cpu_relax()            barrier()
 #define cpu_relax_yield()      cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #else
 
@@ -69,7 +68,6 @@ struct task_struct;
        __asm__ __volatile__ (".word %0" : : "i"(CTOP_INST_SCHD_RW) : "memory")
 
 #define cpu_relax_yield()      cpu_relax()
-#define cpu_relax_lowlatency() barrier()
 
 #endif
 
index db660e0b4bd3ba6e7aa764f1fb89598c8e6c22c5..9e71c58bfa6fb3d543f5fcd6199317d90869ce5b 100644 (file)
@@ -83,7 +83,6 @@ unsigned long get_wchan(struct task_struct *p);
 #endif
 
 #define cpu_relax_yield()                    cpu_relax()
-#define cpu_relax_lowlatency()                cpu_relax()
 
 #define task_pt_regs(p) \
        ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1)
index 3f9b0e54dae3fc4d6f92ac74a117d0b8fa98d2d7..6132f64af68dde433772299e3b564bdbb2953794 100644 (file)
@@ -150,7 +150,6 @@ static inline void cpu_relax(void)
 }
 
 #define cpu_relax_yield()                     cpu_relax()
-#define cpu_relax_lowlatency()                cpu_relax()
 
 /* Thread switching */
 extern struct task_struct *cpu_switch_to(struct task_struct *prev,
index e412e8b68a7daf40b8fa6f1e3e2fe970b08e1ad5..ee62365ad0da3fcef387d1ebeffe30ca79b1cab9 100644 (file)
@@ -93,7 +93,6 @@ extern struct avr32_cpuinfo boot_cpu_data;
 
 #define cpu_relax()            barrier()
 #define cpu_relax_yield()      cpu_relax()
-#define cpu_relax_lowlatency()        cpu_relax()
 #define cpu_sync_pipeline()    asm volatile("sub pc, -2" : : : "memory")
 
 struct cpu_context {
index 8b8704a44b7798e89bb9e0649678e2c24f27ecc5..57acfb1acfe5d48538c938dd9feff46da1518925 100644 (file)
@@ -93,7 +93,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()            smp_mb()
 #define cpu_relax_yield()      cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Get the Silicon Revision of the chip */
 static inline uint32_t __pure bfin_revid(void)
index 914d7308bdb439e767a9cdc6f749c9b23dad70bd..1fd22e727e44f3dd065e832fab63a81c50a128f7 100644 (file)
@@ -122,7 +122,6 @@ extern unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()            do { } while (0)
 #define cpu_relax_yield()             cpu_relax()
-#define cpu_relax_lowlatency()        cpu_relax()
 
 extern const struct seq_operations cpuinfo_op;
 
index 01dd52ecac84805478a41ad698eb407d7212e08f..1a578417397ff76ed357ad2293036e87614fcff4 100644 (file)
@@ -64,7 +64,6 @@ static inline void release_thread(struct task_struct *dead_task)
 
 #define cpu_relax()     barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 void default_idle(void);
 
index 4d00d65f5e5ed1b13dd7a79eddcade302ac2e6c0..c1e5f2a0ca318431eac8628adfde6a9a8ea3430a 100644 (file)
@@ -108,7 +108,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax() barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* data cache prefetch */
 #define ARCH_HAS_PREFETCH
index 683a061c3cb5a299c37c7588c427c34adfd0f504..42d6053692174cf0d1e30e83f5c432c75221e804 100644 (file)
@@ -128,7 +128,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #define HARD_RESET_NOW() ({            \
        local_irq_disable();            \
index 1558ddb9e5d7eadb401a04c44176b13b2a59a89d..5d694cccc85a84d3307ea89fe8f23ccdbe1ce579 100644 (file)
@@ -57,7 +57,6 @@ struct thread_struct {
 
 #define cpu_relax() __vmyield()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /*
  * Decides where the kernel will search for a free chunk of vm space during
index 4654b71dc8db3b68095922d1973e182c68164d1a..0c2c3b256f6c0f1328d7ddc3094442e16c5ce0e1 100644 (file)
@@ -548,7 +548,6 @@ ia64_eoi (void)
 
 #define cpu_relax()    ia64_hint(ia64_hint_pause)
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 static inline int
 ia64_get_irr(unsigned int vector)
index b2620370320d296d7c7bbd5f8db19740f24fc5cb..9b83a13290fc3bf37e8044f7c448231f30879dfa 100644 (file)
@@ -134,6 +134,5 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #endif /* _ASM_M32R_PROCESSOR_H */
index 13e07ae6786d5a48ce01549e78bc198095210238..b0d044224ce5129f22a7788abd7f3815ca9db590 100644 (file)
@@ -157,6 +157,5 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #endif
index 61d6e2722893ea41fc8de58d847daa6775e45059..ee302a637f24d95b6213ff5e0859ba88f20d3af2 100644 (file)
@@ -153,7 +153,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()     barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency()  cpu_relax()
 
 extern void setup_priv(void);
 
index fd7dd11c730af294c867a51a28abfdd1c3ed746e..08ec1f725b7fad7b35eb23a032cd0074f515004b 100644 (file)
@@ -23,7 +23,6 @@ extern const struct seq_operations cpuinfo_op;
 
 # define cpu_relax()           barrier()
 # define cpu_relax_yield() cpu_relax()
-# define cpu_relax_lowlatency()        cpu_relax()
 
 #define task_pt_regs(tsk) \
                (((struct pt_regs *)(THREAD_SIZE + task_stack_page(tsk))) - 1)
index 9a656f6afc7cc74b62c2358630cb34eb5840ad70..8ea95e77ec9d7981595d0b0b66bc15991a784d89 100644 (file)
@@ -390,7 +390,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /*
  * Return_address is a replacement for __builtin_return_address(count)
index 89f63d1720ee9ebf345fab5026f540ce2bb8f2d1..d11397bc9429587ff5fb28644d7c4d7d7d76d817 100644 (file)
@@ -70,7 +70,6 @@ extern void dodgy_tsc(void);
 
 #define cpu_relax() barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /*
  * User space process size: 1.75GB (default).
index 303e5932a733c5236bdb5fc0146ceaa9663b36ef..d32c17669123a7e9c24a85ab4141b2595d36de5e 100644 (file)
@@ -89,7 +89,6 @@ extern unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency()  cpu_relax()
 
 #endif /* __ASSEMBLY__ */
 
index 6ecfc2ab28e410a538ab58727fcd75d980818aa7..7f47fc7b7eaed7cbedd14bd9f0fb0dd4ac3713ae 100644 (file)
@@ -93,7 +93,6 @@ extern unsigned long thread_saved_pc(struct task_struct *t);
 
 #define cpu_relax()     barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #endif /* __ASSEMBLY__ */
 #endif /* __ASM_OPENRISC_PROCESSOR_H */
index ea2ff9febffd971961aa5bb9f9fc423b2a56d15e..a4a07f4f7c20ab7727193836e42217b8e6c01e50 100644 (file)
@@ -310,7 +310,6 @@ extern unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /*
  * parisc_requires_coherency() is used to identify the combined VIPT/PIPT
index 908fa7cb3fb3f76790a353a70c4053e981e55c49..5684e68724737546cc5acd28d46556848ae35d57 100644 (file)
@@ -405,7 +405,6 @@ static inline unsigned long __pack_fe01(unsigned int fpmode)
 #endif
 
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Check that a certain kernel stack pointer is valid in task_struct p */
 int validate_sp(unsigned long sp, struct task_struct *p,
index 79343e37b4558a50b1bffb15ab0f52b263444675..9e32f25bdea335b1c57f5e87530d19f210b17196 100644 (file)
@@ -237,7 +237,6 @@ static inline unsigned short stap(void)
 void cpu_relax_yield(void);
 
 #define cpu_relax() barrier()
-#define cpu_relax_lowlatency()  barrier()
 
 #define ECAG_CACHE_ATTRIBUTE   0
 #define ECAG_CPU_ATTRIBUTE     1
index e8e87b4d7971cfbc06b216cb8d09dd6db3f9205e..a1e97c063ed49aae91619708e9592abb99d3020e 100644 (file)
@@ -25,7 +25,6 @@ extern unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()            barrier()
 #define cpu_relax_yield()      cpu_relax()
-#define cpu_relax_lowlatency()        cpu_relax()
 #define release_thread(thread) do {} while (0)
 
 /*
index 099a99105e1c7f46a1b51904c892c112f415929e..9454ff1ad0d99947a5fd8d26d78663625481b031 100644 (file)
@@ -98,7 +98,6 @@ extern struct sh_cpuinfo cpu_data[];
 #define cpu_sleep()    __asm__ __volatile__ ("sleep" : : : "memory")
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 void default_idle(void);
 void stop_this_cpu(void *);
index 50e908a3c6519e6790a72abd11ec5b79ab50dafd..fc32b731148163ff7b90da48d55068cc5e1ab0e8 100644 (file)
@@ -120,7 +120,6 @@ int do_mathemu(struct pt_regs *regs, struct task_struct *fpt);
 
 #define cpu_relax()    barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 extern void (*sparc_idle)(void);
 
index 3e8fac724f18c1ac1b8c96152976bc2d081c75ae..12787dfeb11caec294d549802c26266d901bbc63 100644 (file)
@@ -217,7 +217,6 @@ unsigned long get_wchan(struct task_struct *task);
                                     ".previous"                        \
                                     ::: "memory")
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Prefetch support.  This is tuned for UltraSPARC-III and later.
  * UltraSPARC-I will treat these as nops, and UltraSPARC-II has
index 91a39a50520d42c09f84dd916b57571e7b373476..c1c228b16f7fafec7bcbb1e6cef1346e4355c619 100644 (file)
@@ -265,7 +265,6 @@ static inline void cpu_relax(void)
 }
 
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Info on this processor (see fs/proc/cpuinfo.c) */
 struct seq_operations;
index fc54d5d50419234f487919c8175e935461027b09..eeefe7c529eb30227ca077966c6a0ebaebcf7768 100644 (file)
@@ -72,7 +72,6 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()                    barrier()
 #define cpu_relax_yield()              cpu_relax()
-#define cpu_relax_lowlatency()                cpu_relax()
 
 #define task_pt_regs(p) \
        ((struct pt_regs *)(THREAD_START_SP + task_stack_page(p)) - 1)
index 44adadab44d6f112e96b73c0f9bd9351f91a7370..7513c996f673c0d8fd5908e307c8bd642e37b0ff 100644 (file)
@@ -589,7 +589,6 @@ static __always_inline void cpu_relax(void)
 }
 
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Stop speculative execution and prefetching of modified code. */
 static inline void sync_core(void)
index 01597afa8888e0f6a083714aaa284dd7292c62ef..b4bd63b22b7fe5a7b41ba861f39cb15658c977d5 100644 (file)
@@ -27,7 +27,6 @@ static inline void rep_nop(void)
 
 #define cpu_relax()            rep_nop()
 #define cpu_relax_yield()      cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 #define task_pt_regs(t) (&(t)->thread.regs)
 
index fe14dc2b394a20490d95815b21eea75bb9a372ad..7d8d6bececfcc2d3d2adf1b1ee26ac4207043f09 100644 (file)
@@ -207,7 +207,6 @@ extern unsigned long get_wchan(struct task_struct *p);
 
 #define cpu_relax()  barrier()
 #define cpu_relax_yield() cpu_relax()
-#define cpu_relax_lowlatency() cpu_relax()
 
 /* Special register access. */