Harvey Harrison f2857ce920 x86: remove last user of get_segment_eip
is_prefetch was the last user of get_segment_eip and only on
X86_32.  This function returned the faulting instruction's
address and set the upper segment limit.

Instead, use the convert_ip_to_linear helper and rely on
probe_kernel_address to do the segment checks which was
already done everywhere the segment limit was being checked
on X86_32.

Remove get_segment_eip as well.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:33:12 +01:00
..
2007-12-17 19:28:16 -08:00
2008-01-28 23:58:27 -05:00
2008-01-28 23:21:18 +01:00
2008-01-28 23:58:27 -05:00
2008-01-28 23:21:18 +01:00
2008-01-30 13:32:38 +01:00
2008-01-27 18:14:46 +01:00
2007-11-20 20:16:43 +01:00