From: Tejun Heo Date: Mon, 22 Jun 2009 02:56:23 +0000 (+0900) Subject: percpu: fix too lazy vunmap cache flushing X-Git-Tag: v2.6.31-rc2~76^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ae87c1ad8e18a421e7448a99a42ecda183f29f;p=pandora-kernel.git percpu: fix too lazy vunmap cache flushing In pcpu_unmap(), flushing virtual cache on vunmap can't be delayed as the page is going to be returned to the page allocator. Only TLB flushing can be put off such that vmalloc code can handle it lazily. Fix it. [ Impact: fix subtle virtual cache flush bug ] Signed-off-by: Tejun Heo Cc: Nick Piggin Cc: Ingo Molnar --- Reading git-diff-tree failed