aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2
diff options
context:
space:
mode:
authorChristian Borntraeger <[email protected]>2016-10-25 11:03:15 +0200
committerIngo Molnar <[email protected]>2016-11-16 10:15:11 +0100
commit5bd0b85ba8bb9de6f61f33f3752fc85f4c87fc22 (patch)
treec9f2a61626dd4fe1838d92c243092e6ba49ba74c /arch/nios2
parentf2f09a4cee3507dba0e24b87ba2961a5c377d3a7 (diff)
locking/core, arch: Remove cpu_relax_lowlatency()
As there are no users left, we can remove cpu_relax_lowlatency() implementations from every architecture. Signed-off-by: Christian Borntraeger <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: Nicholas Piggin <[email protected]> Cc: Noam Camus <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Russell King <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/nios2')
-rw-r--r--arch/nios2/include/asm/processor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/include/asm/processor.h b/arch/nios2/include/asm/processor.h
index 303e5932a733..d32c17669123 100644
--- a/arch/nios2/include/asm/processor.h
+++ b/arch/nios2/include/asm/processor.h
@@ -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__ */