From: KOSAKI Motohiro Date: Thu, 26 May 2011 08:12:12 +0000 (+0900) Subject: x86: Move do_page_fault()'s error path under unlikely() X-Git-Tag: v3.0-rc1~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b80ef10e84d85a06bcd0b3a24a752ec32d0e0e40;p=pandora-kernel.git x86: Move do_page_fault()'s error path under unlikely() Ingo suggested SIGKILL check should be moved into slowpath function. This will reduce the page fault fastpath impact of this recent commit: 37b23e0525d3: x86,mm: make pagefault killable Suggested-by: Ingo Molnar Signed-off-by: KOSAKI Motohiro Cc: kamezawa.hiroyu@jp.fujitsu.com Cc: minchan.kim@gmail.com Cc: willy@linux.intel.com Cc: Andrew Morton Cc: Linus Torvalds Link: http://lkml.kernel.org/r/4DDE0B5C.9050907@jp.fujitsu.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed