From: Harvey Harrison Date: Wed, 30 Jan 2008 12:34:11 +0000 (+0100) Subject: x86: shrink some ifdefs in fault.c X-Git-Tag: v2.6.25-rc1~1143^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd40d6e3188b12c59696d6cb4a6f26333814d66f;p=pandora-kernel.git x86: shrink some ifdefs in fault.c The change from current to tsk in do_page_fault is safe as this is set at the very beginning of the function. Removes a likely() annotation from the 64-bit version, this could have instead been added to 32-bit. Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed