summaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
authorChen Gang2015-11-06 03:48:41 +0100
committerLinus Torvalds2015-11-06 04:34:48 +0100
commit27f28b972e12a4080e5f5e4eb36b8224705652d4 (patch)
tree551af0dcf20b0cf04769dffb241f81c00b9f65a1 /mm/vmstat.c
parentmm/nommu.c: drop unlikely inside BUG_ON() (diff)
downloadkernel-qcow2-linux-27f28b972e12a4080e5f5e4eb36b8224705652d4.tar.gz
kernel-qcow2-linux-27f28b972e12a4080e5f5e4eb36b8224705652d4.tar.xz
kernel-qcow2-linux-27f28b972e12a4080e5f5e4eb36b8224705652d4.zip
mm/mmap.c: change __install_special_mapping() args order
Make __install_special_mapping() args order match the caller, so the caller can pass their register args directly to callee with no touch. For most of architectures, args (at least the first 5th args) are in registers, so this change will have effect on most of architectures. For -O2, __install_special_mapping() may be inlined under most of architectures, but for -Os, it should not. So this change can get a little better performance for -Os, at least. Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmstat.c')
0 files changed, 0 insertions, 0 deletions