commit | eda80228860641b7b0e963e6bd219b960c500af9 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Thu Jul 07 17:56:00 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 07 18:23:35 2005 -0700 |
tree | a6071d17769cd102034dc0555e2368a76b4227f8 | |
parent | 043d051615aa5da09a7e44f1edbb69798458e067 [diff] |
[PATCH] uml: kill some useless vmalloc tlb flushing There is absolutely no reason to flush the kernel's VM area during a tlb_flush_mm. This results in a noticable performance increase in the kernel build benchmark. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>