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:
committed by
Ingo Molnar
parent
57a6a46aa2
commit
af1e6844d6
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user