Re: [PATCH 3/3] x86: Unify page fault oops printing

2008-01-22 Thread Ingo Molnar
* Harvey Harrison <[EMAIL PROTECTED]> wrote: > This changes the oops dumping format for page faults to be similar > between X86_32 and 64. > > This is the first user of printk_address on X86_32. could you please send an actual before/after dump, so that we can see the behavioral changes?

[PATCH 3/3] x86: Unify page fault oops printing

2008-01-21 Thread Harvey Harrison
This changes the oops dumping format for page faults to be similar between X86_32 and 64. This is the first user of printk_address on X86_32. Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- Ingo, this patch has behavior changes that will need discussion arch/x86/mm/fault_32.c | 12