commit | 4b377bab29e6a241db42f27541e7fb63713ee178 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 04 10:47:59 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 04 10:47:59 2013 -0500 |
tree | e56ee3359156dd2d01ebd6dac3aaf04cbc311bec | |
parent | 2ae80c43d480548dd32591664c93ef011ac34b21 [diff] |
make do_mremap() static 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>