aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/dwarf2.h
diff options
context:
space:
mode:
authorPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>2005-09-03 15:57:25 -0700
committerLinus Torvalds <torvalds@evo.osdl.org>2005-09-05 00:06:21 -0700
commit1e40cd383ccc7c9f8b338c56ce28c326e25eb2fe (patch)
tree8dab0fb849ccc25febf6c8f8865094141a50b8d2 /include/asm-um/dwarf2.h
parent[PATCH] uml: fix SIGWINCH handler race while waiting for signals. (diff)
downloadlinux-dev-1e40cd383ccc7c9f8b338c56ce28c326e25eb2fe.tar.xz
linux-dev-1e40cd383ccc7c9f8b338c56ce28c326e25eb2fe.zip
[PATCH] uml: fixes performance regression in activate_mm and thus exec()
Normally, activate_mm() is called from exec(), and thus it used to be a no-op because we use a completely new "MM context" on the host (for instance, a new process), and so we didn't need to flush any "TLB entries" (which for us are the set of memory mappings for the host process from the virtual "RAM" file). Kernel threads, instead, are usually handled in a different way. So, when for AIO we call use_mm(), things used to break and so Benjamin implemented activate_mm(). However, that is only needed for AIO, and could slow down exec() inside UML, so be smart: detect being called for AIO (via PF_BORROWED_MM) and do the full flush only in that situation. Comment also the caller so that people won't go breaking UML without noticing. I also rely on the caller's locks for testing current->flags. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> CC: Benjamin LaHaise <bcrl@kvack.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-um/dwarf2.h')
0 files changed, 0 insertions, 0 deletions