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 <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner
2008-01-30 13:34:08 +01:00
committed by Ingo Molnar
parent 57a6a46aa2
commit af1e6844d6
2 changed files with 7 additions and 7 deletions

View File

@@ -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);