]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mm: mm_struct hiwaters moved
authorHugh Dickins <hugh@veritas.com>
Sun, 30 Oct 2005 01:16:19 +0000 (18:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:39 +0000 (21:40 -0700)
commitf449952bc8bde7fbc73c6d20dff92b627a21f8b9
tree2d7dc4b7381274b1111c76e436b4a81d119f656a
parent365e9c87a982c03d0af3886e29d877f581b59611
[PATCH] mm: mm_struct hiwaters moved

Slight and timid rearrangement of mm_struct: hiwater_rss and hiwater_vm were
tacked on the end, but it seems better to keep them near _file_rss, _anon_rss
and total_vm, in the same cacheline on those arches verified.

There are likely to be more profitable rearrangements, but less obvious (is it
good or bad that saved_auxv[AT_VECTOR_SIZE] isolates cpu_vm_mask and context
from many others?), needing serious instrumentation.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/sched.h