diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:34:08 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:34:08 -0500 |
commit | af1e6844d60057774910a2d08bd75b67d73ba7d5 (patch) | |
tree | 88a2527769b81fb70e80ad15577b04bd3b2442ad /arch/x86/mm/pageattr-test.c | |
parent | 57a6a46aa26d6e39c62daf8b3b96e94f76e6846f (diff) |
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>
Diffstat (limited to 'arch/x86/mm/pageattr-test.c')
-rw-r--r-- | arch/x86/mm/pageattr-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
183 | 183 | ||
184 | } | 184 | } |
185 | vfree(bm); | 185 | vfree(bm); |
186 | global_flush_tlb(); | 186 | cpa_flush_all(); |
187 | 187 | ||
188 | failed += print_split(&sb); | 188 | failed += print_split(&sb); |
189 | 189 | ||
@@ -211,7 +211,7 @@ static __init int exercise_pageattr(void) | |||
211 | } | 211 | } |
212 | 212 | ||
213 | } | 213 | } |
214 | global_flush_tlb(); | 214 | cpa_flush_all(); |
215 | 215 | ||
216 | failed += print_split(&sc); | 216 | failed += print_split(&sc); |
217 | 217 | ||