From: Thomas Gleixner Date: Wed, 30 Jan 2008 12:34:07 +0000 (+0100) Subject: x86: cpa: move flush to cpa X-Git-Tag: v2.6.25-rc1~1143^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c8f21a8cad0228c7c5ce2bb6dbd95d1ee49d13;p=pandora-kernel.git x86: cpa: move flush to cpa The set_memory_* and set_pages_* family of API's currently requires the callers to do a global tlb flush after the function call; forgetting this is a very nasty deathtrap. This patch moves the global tlb flush into each of the callers Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed