commit | f95190b28daa1bebf78ab5ec4129d01a223982c5 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed Jan 11 22:44:00 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 19:04:53 2006 -0800 |
tree | d6a022685daf4c27a3583f25937f35d20051ebf7 | |
parent | c11efdf94d3152443c11334720824bb6c7f6c655 [diff] |
[PATCH] x86_64: Remove unnecessary case from the page fault handler Don't need to do the vmalloc check for the module range because its PML4 is shared with the kernel text. Also removed an unnecessary TLB flush. Pointed out by Jan Beulich Cc: jbeulich@novell.com Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>