]> git.baikalelectronics.ru Git - kernel.git/commit
x86: unify page fault oops printing
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:34:10 +0000 (13:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:34:10 +0000 (13:34 +0100)
commit203747bf4a69d26b6a0731fde769053d8427c8b1
tree7b181ffbbc893f78e200c1c813fac1f0f4108ee6
parentb590e69990ec2d61553ad1f7a3360d15cfd9ef83
x86: unify page fault oops printing

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 <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