diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-08-18 02:41:09 +0200 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2014-08-18 02:44:24 +0200 |
commit | d3ac21cacc24790eb45d735769f35753f5b56ceb (patch) | |
tree | 7cef2d5f86c0704b50cc163197ca4f6342c45c61 /ipc | |
parent | Linux 3.17-rc1 (diff) | |
download | linux-d3ac21cacc24790eb45d735769f35753f5b56ceb.tar.xz linux-d3ac21cacc24790eb45d735769f35753f5b56ceb.zip |
mm: Support compiling out madvise and fadvise
Many embedded systems will not need these syscalls, and omitting them
saves space. Add a new EXPERT config option CONFIG_ADVISE_SYSCALLS
(default y) to support compiling them out.
bloat-o-meter:
add/remove: 0/3 grow/shrink: 0/0 up/down: 0/-2250 (-2250)
function old new delta
sys_fadvise64 57 - -57
sys_fadvise64_64 691 - -691
sys_madvise 1502 - -1502
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions