commit | cf4cfb225ab2b48611cb4f9e8db23c87486416d6 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Fri Jul 11 13:45:46 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:21:23 2008 +0200 |
tree | 25caceae9e6f387026f3798b277a99b2cae691b7 | |
parent | bd32a8cfa8f172bd943655a3663d8005e5c1d83c [diff] |
x86: use user_mode macro 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>