commit | af1e6844d60057774910a2d08bd75b67d73ba7d5 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:34:08 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:08 2008 +0100 |
tree | 88a2527769b81fb70e80ad15577b04bd3b2442ad | |
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>