commit | 95c60b08c6af6db2165837139da10f593462d51c | [log] [tgz] |
---|---|---|
author | Gustavo Fernando Padovan <gustavo@las.ic.unicamp.br> | Wed Jun 25 04:03:19 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jul 03 15:09:10 2008 +0200 |
tree | 9eb5c52ea58870f0fc7c19b13c284bf2198826fd | |
parent | bc4e0f9ae2b1b133d36c1392d0145d2997cff272 [diff] |
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>