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:
8706a6b
)
microblaze: Use static inline functions in cacheflush.h
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 3 Jun 2013 09:30:04 +0000
(11:30 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 3 Jun 2013 09:33:23 +0000
(11:33 +0200)
Using static inline functions ensure proper type checking
which also remove compilation warning for no MMU
Compilation warning:
arch/microblaze/include/asm/cacheflush.h: warning: 'addr'
may be used uninitialized in this function [-Wmaybe-uninitialized]
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
No differences found