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:
2ae80c4
)
make do_mremap() static
author
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 15:47:59 +0000
(10:47 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 15:47:59 +0000
(10:47 -0500)
The extern in sys_sparc_64.c was a rudiment of time when do_mremap()
used to exist in MMU case (it doesn't anymore). As for !MMU one,
nothing uses it outside of mm/nommu.c...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
No differences found