From: Jeremy Fitzhardinge Date: Wed, 18 Feb 2009 08:11:28 +0000 (-0800) Subject: mm: allow preemption in apply_to_pte_range X-Git-Tag: v2.6.31-rc1~410^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252a6bf2a3a7e7add56b17d48aecf3f3ef213103;p=pandora-kernel.git mm: allow preemption in apply_to_pte_range Impact: allow preemption in apply_to_pte_range updates to init_mm Preemption is now allowed for lazy mmu mode, so don't disable it for the inner loop of apply_to_pte_range. This only applies when doing updates to init_mm; user pagetables are still modified under the pte lock, so preemption is disabled anyway. Signed-off-by: Jeremy Fitzhardinge Acked-by: Peter Zijlstra --- Reading git-diff-tree failed