From: Andi Kleen Date: Wed, 11 Jan 2006 21:44:00 +0000 (+0100) Subject: [PATCH] x86_64: Remove unnecessary case from the page fault handler X-Git-Tag: v2.6.16-rc1~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95190b28daa1bebf78ab5ec4129d01a223982c5;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed