From: Thomas Gleixner Date: Wed, 30 Jan 2008 12:34:08 +0000 (+0100) Subject: x86: cpa: rename global_flush_tlb() to cpa_flush_all() X-Git-Tag: v2.6.25-rc1~1143^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1e6844d60057774910a2d08bd75b67d73ba7d5;p=pandora-kernel.git x86: cpa: rename global_flush_tlb() to cpa_flush_all() The function name global_flush_tlb() suggests something different from what the function really does. Rename it to cpa_flush_all(), which is an understandable counterpart to cpa_flush_range(). no global visibility of the old API anymore. Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed