x86: use user_mode macro
authorGlauber Costa <gcosta@redhat.com>
Fri, 11 Jul 2008 16:45:46 +0000 (13:45 -0300)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:21:23 +0000 (10:21 +0200)
Instead of using SEGMENT_IS_KERNEL_CODE, use the
"user_mode" macro, which can play the same role. Delete
the former, since it now lacks any user.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found