From: Ingo Molnar Date: Fri, 20 Feb 2009 22:00:29 +0000 (+0100) Subject: x86, mm: fault.c, unify oops printing X-Git-Tag: v2.6.30-rc1~211^2~43^5~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7661496cece8320137d5e26808825498fd2b26;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed