]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86, mm: fault.c, unify oops printing
authorIngo Molnar <mingo@elte.hu>
Fri, 20 Feb 2009 22:00:29 +0000 (23:00 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 20 Feb 2009 23:09:43 +0000 (00:09 +0100)
commit8f7661496cece8320137d5e26808825498fd2b26
tree7106ad6fb26f958b5c2e2ff87bec61e9245e336f
parentf2f13a8535174dbb813a0607a9d4737cfba98f6c
x86, mm: fault.c, unify oops printing

Impact: refine/extend page fault related oops printing on 64-bit

 - honor the pause_on_oops logic on 64-bit too
 - print out NX fault warnings on 64-bit as well
 - factor out the NX fault message to make it git-greppable and readable

Note that this means that we do the PF_INSTR check on 32-bit non-PAE
as well where it should not occur ... normally. Cannot hurt.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/fault.c