git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2288328
)
ARM: LLVMLinux: Change "extern inline" to "static inline" in glue-cache.h
author
Behan Webster
<behanw@converseincode.com>
Wed, 4 Sep 2013 02:27:26 +0000
(22:27 -0400)
committer
Behan Webster
<behanw@converseincode.com>
Sat, 7 Jun 2014 18:44:39 +0000
(11:44 -0700)
With compilers which follow the C99 standard (like modern versions of gcc and
clang), "extern inline" does the wrong thing (emits code for an externally
linkable version of the inline function). "static inline" is the correct choice
instead.
Author: Behan Webster <behanw@converseincode.com>
Signed-off-by: Behan Webster <behanw@converseincode.com>
Reviewed-by: Mark Charlebois <charlebm@gmail.com>
arch/arm/include/asm/glue-cache.h
patch
|
blob
|
history
diff --cc
arch/arm/include/asm/glue-cache.h
Simple merge