]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86: cpa: rename global_flush_tlb() to cpa_flush_all()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:34:08 +0000 (13:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:34:08 +0000 (13:34 +0100)
commitaf1e6844d60057774910a2d08bd75b67d73ba7d5
tree88a2527769b81fb70e80ad15577b04bd3b2442ad
parent57a6a46aa26d6e39c62daf8b3b96e94f76e6846f
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>
arch/x86/mm/pageattr-test.c
arch/x86/mm/pageattr.c