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:
3d6b7bb
)
metag: export metag_code_cache_flush_all
author
James Hogan
<james.hogan@imgtec.com>
Mon, 11 Feb 2013 11:43:20 +0000
(11:43 +0000)
committer
James Hogan
<james.hogan@imgtec.com>
Sat, 2 Mar 2013 20:11:12 +0000
(20:11 +0000)
Various file systems indirectly use metag_code_cache_flush_all(), so
when they're built as modules we get build errors like the following:
ERROR: "metag_code_cache_flush_all" [fs/xfs/xfs.ko] undefined!
Therefore export this function to modules to fix the errors. This was
hit by a randconfig build.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
No differences found