Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1681755

[PATCH 05/18] FRV: tlbflush: Move asmlinkage before return type

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject [PATCH 05/18] FRV: tlbflush: Move asmlinkage before return type
Date 2017-07-05 22:10 +0200
Message-ID <tZYMy-2CG-15@gated-at.bofh.it> (permalink)
References <tZYMx-2CG-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Make the use of asmlinkage like the rest of the kernel.

Signed-off-by: Joe Perches <joe@perches.com>
---
 arch/frv/include/asm/tlbflush.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/frv/include/asm/tlbflush.h b/arch/frv/include/asm/tlbflush.h
index 7ac5eafc5d98..75879420f578 100644
--- a/arch/frv/include/asm/tlbflush.h
+++ b/arch/frv/include/asm/tlbflush.h
@@ -18,10 +18,10 @@
 #ifdef CONFIG_MMU
 
 #ifndef __ASSEMBLY__
-extern void asmlinkage __flush_tlb_all(void);
-extern void asmlinkage __flush_tlb_mm(unsigned long contextid);
-extern void asmlinkage __flush_tlb_page(unsigned long contextid, unsigned long start);
-extern void asmlinkage __flush_tlb_range(unsigned long contextid,
+extern asmlinkage void __flush_tlb_all(void);
+extern asmlinkage void __flush_tlb_mm(unsigned long contextid);
+extern asmlinkage void __flush_tlb_page(unsigned long contextid, unsigned long start);
+extern asmlinkage void __flush_tlb_range(unsigned long contextid,
 					 unsigned long start, unsigned long end);
 #endif /* !__ASSEMBLY__ */
 
-- 
2.10.0.rc2.1.g053435c

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 05/18] FRV: tlbflush: Move asmlinkage before return type Joe Perches <joe@perches.com> - 2017-07-05 22:10 +0200

csiph-web