From: Jeremy Fitzhardinge Date: Thu, 12 Feb 2009 21:45:34 +0000 (-0800) Subject: mm: disable preemption in apply_to_pte_range X-Git-Tag: v2.6.31-rc1~410^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8a93f3f03b7a8008d720e8d91798efe599d416c;p=pandora-kernel.git mm: disable preemption in apply_to_pte_range Impact: bugfix Lazy mmu mode needs preemption disabled, so if we're apply to init_mm (which doesn't require any pte locks), then explicitly disable preemption. (Do it unconditionally after checking we've successfully done the allocation to simplify the error handling.) Signed-off-by: Jeremy Fitzhardinge --- Reading git-diff-tree failed