summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
authorAndrew Morton2007-09-12 00:24:10 +0200
committerLinus Torvalds2007-09-12 02:21:27 +0200
commit4150d3f549fe2355625017b2a6ff72aec98bcef0 (patch)
tree2d6b7445928c8a295214737a31260d36e9009795 /mm/slub.c
parentFix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.c (diff)
downloadkernel-qcow2-linux-4150d3f549fe2355625017b2a6ff72aec98bcef0.tar.gz
kernel-qcow2-linux-4150d3f549fe2355625017b2a6ff72aec98bcef0.tar.xz
kernel-qcow2-linux-4150d3f549fe2355625017b2a6ff72aec98bcef0.zip
revert "highmem: catch illegal nesting"
Revert commit 656dad312fb41ed95ef08325e9df9bece3aacbbb Author: Ingo Molnar <mingo@elte.hu> Date: Sat Feb 10 01:46:36 2007 -0800 [PATCH] highmem: catch illegal nesting Catch illegally nested kmap_atomic()s even if the page that is mapped by the 'inner' instance is from lowmem. This avoids spuriously zapped kmap-atomic ptes and turns hard to find crashes into clear asserts at the bug site. Problem is, a get_zeroed_page(GFP_KERNEL) from interrupt context will trigger this check if non-irq code on this CPU holds a KM_USER0 mapping. But that get_zeroed_page() will never be altering the kmap slot anyway due to the GFP_KERNEL. Cc: Christoph Lameter <clameter@sgi.com> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slub.c')
0 files changed, 0 insertions, 0 deletions