summaryrefslogtreecommitdiffstats
path: root/include/linux/mmiotrace.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-20 22:18:08 +0100
committerIngo Molnar <mingo@elte.hu>2009-02-21 00:09:41 +0100
commit121d5d0a7e5808fbcfda484efd7ba840ac93450f (patch)
tree666785943c648f8119b8533c9b640dbc37fb23b4 /include/linux/mmiotrace.h
parent8c938f9fae887f6e180bf802aa1c33cf74712aff (diff)
downloadop-kernel-dev-121d5d0a7e5808fbcfda484efd7ba840ac93450f.zip
op-kernel-dev-121d5d0a7e5808fbcfda484efd7ba840ac93450f.tar.gz
x86, mm: fault.c, enable PF_RSVD checks on 32-bit too
Impact: improve page fault handling robustness The 'PF_RSVD' flag (bit 3) of the page-fault error_code is a relatively recent addition to x86 CPUs, so the 32-bit do_fault() implementation never had it. This flag gets set when the CPU detects nonzero values in any reserved bits of the page directory entries. Extend the existing 64-bit check for PF_RSVD in do_page_fault() to 32-bit too. If we detect such a fault then we print a more informative oops and the pagetables. This unifies the code some more, removes an ugly #ifdef and improves the 32-bit page fault code robustness a bit. It slightly increases the 32-bit kernel text size. Cc: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/mmiotrace.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud