x86: remove unnecessary #ifdef CONFIG_X86_32...#else
authorGustavo Fernando Padovan <gustavo@las.ic.unicamp.br>
Wed, 25 Jun 2008 07:03:19 +0000 (04:03 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 3 Jul 2008 13:09:10 +0000 (15:09 +0200)
commit95c60b08c6af6db2165837139da10f593462d51c
tree9eb5c52ea58870f0fc7c19b13c284bf2198826fd
parentbc4e0f9ae2b1b133d36c1392d0145d2997cff272
x86: remove unnecessary #ifdef CONFIG_X86_32...#else

Remove the #ifdef conditional because this comparison is already done in
user_mode_vm().

Signed-off-by: Gustavo F. Padovan <gustavo@las.ic.unicamp.br>
Cc: akpm@osdl.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/fault.c