projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a3461
)
xtensa: remove trailing colons in asm statement
author
Max Filippov
<jcmvbkbc@gmail.com>
Mon, 18 Nov 2013 07:05:53 +0000
(11:05 +0400)
committer
Chris Zankel
<chris@zankel.net>
Tue, 14 Jan 2014 18:19:48 +0000
(10:19 -0800)
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/include/asm/ftrace.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/include/asm/ftrace.h
b/arch/xtensa/include/asm/ftrace.h
index 73cc3f482304e35f9144d451e3fefab59fe8c6c0..736b9d214d8016012393c7914d03d89fb5eacfa6 100644
(file)
--- a/
arch/xtensa/include/asm/ftrace.h
+++ b/
arch/xtensa/include/asm/ftrace.h
@@
-18,7
+18,7
@@
__asm__ __volatile__ ( \
"mov %0, a0\n" \
"mov %1, a1\n" \
- : "=r"(a0), "=r"(a1)
: :
); \
+ : "=r"(a0), "=r"(a1)); \
MAKE_PC_FROM_RA(a0, a1); })
#ifdef CONFIG_FRAME_POINTER
extern unsigned long return_address(unsigned level);