x86, mm: fault.c, remove #ifdef from fault_in_kernel_space()
authorIngo Molnar <mingo@elte.hu>
Fri, 20 Feb 2009 22:27:29 +0000 (23:27 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 20 Feb 2009 23:09:45 +0000 (00:09 +0100)
commit7c178a26d3e753d2a4346d3e4b8aa549d387f698
tree6e136758afac0870f66b4bd029e0cb4033db6d21
parentd951734654f76a370a89b4e531af9b765bd13541
x86, mm: fault.c, remove #ifdef from fault_in_kernel_space()

Impact: cleanup

Removal of an #ifdef in fault_in_kernel_space(), by making
use of the new TASK_SIZE_MAX symbol which is now available
on 32-bit too.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/fault.c