]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: begin fault_{32|64}.c unification
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:32:35 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:35 +0000 (13:32 +0100)
commit1dc85be087d6645575847dc23c37147a2352312b
treef5bd8543789decca03c7d8a152fc2427af71c975
parentb6795e65f158d12d3124379fc50ec156ae60f888
x86: begin fault_{32|64}.c unification

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 <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mm/fault_32.c
arch/x86/mm/fault_64.c