commit | fd40d6e3188b12c59696d6cb4a6f26333814d66f | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Jan 30 13:34:11 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:11 2008 +0100 |
tree | 501f109ea72beaf113b417feb71746afec18f7a0 | |
parent | 5b727a3b0158a129827c21ce3bfb0ba997e8ddd0 [diff] |
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 <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>