Re: [PATCH] x86: begin fault_{32|64}.c unification

2008-01-02 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > Move X86_32 only get_segment_eip to X86_64 > Move X86_64 only is_errata93 to X86_32 > > Change X86_32 loop in is_prefetch to highlight the differences between > them. Fold the logic from __is_prefetch in as well on X86_32. thanks, applied.

[PATCH] x86: begin fault_{32|64}.c unification

2008-01-02 Thread Harvey Harrison
Move X86_32 only get_segment_eip to X86_64 Move X86_64 only is_errata93 to X86_32 Change X86_32 loop in is_prefetch to highlight the differences between them. Fold the logic from __is_prefetch in as well on X86_32. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/x86/mm/fault_32.c |