Re: [PATCH] x86: Move get_segment_eip() to step.c

2008-01-10 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > get_segment_eip has similarities to convert_rip_to_linear(), and is > used in a similar context. Move get_segment_eip to step.c to allow > easier consolidation. thanks, applied. > Ingo, you may want to fold this into my previous patch: > > x86:

[PATCH] x86: Move get_segment_eip() to step.c

2008-01-09 Thread Harvey Harrison
get_segment_eip has similarities to convert_rip_to_linear(), and is used in a similar context. Move get_segment_eip to step.c to allow easier consolidation. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- Ingo, you may want to fold this into my previous patch: x86: begin fault_{32|64}.c u