From af1e6844d60057774910a2d08bd75b67d73ba7d5 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 30 Jan 2008 13:34:08 +0100 Subject: 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 --- arch/x86/mm/pageattr-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/x86/mm/pageattr-test.c') diff --git a/arch/x86/mm/pageattr-test.c b/arch/x86/mm/pageattr-test.c index 4e8b8c6baccd..554820265b95 100644 --- a/arch/x86/mm/pageattr-test.c +++ b/arch/x86/mm/pageattr-test.c @@ -183,7 +183,7 @@ static __init int exercise_pageattr(void) } vfree(bm); - global_flush_tlb(); + cpa_flush_all(); failed += print_split(&sb); @@ -211,7 +211,7 @@ static __init int exercise_pageattr(void) } } - global_flush_tlb(); + cpa_flush_all(); failed += print_split(&sc); -- cgit v1.2.3-59-g8ed1b