Re: [PATCH] x86: Reduce ifdef sections in fault.c

2008-01-31 Thread Ingo Molnar
thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] x86: Reduce ifdef sections in fault.c

2008-01-28 Thread Jeremy Fitzhardinge
Harvey Harrison wrote: Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> x86.git has my patch which makes the pgd_list the same for 32-bit and 64-bit, which means the code which traverses that list can be common now. J --- arch/x86/mm/fault.c | 31 +--

[PATCH] x86: Reduce ifdef sections in fault.c

2008-01-28 Thread Harvey Harrison
Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- arch/x86/mm/fault.c | 31 +-- 1 files changed, 9 insertions(+), 22 deletions(-) diff --git a/arch/x86/mm/fault.c b/arch/x86/mm/fault.c index e28cc52..2737493 100644 --- a/arch/x86/mm/fault.c +++ b/arch/x86/mm/fau