aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/cacheflush.h
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2008-09-23 14:00:41 -0700
committerIngo Molnar <mingo@elte.hu>2008-10-10 19:29:16 +0200
commit8311eb84bf842d345f543f4c62ca2b6ea26f638c (patch)
treecdb06142638067c9b35647681813faa318570a99 /include/asm-x86/cacheflush.h
parentx86, cpa: no need to check alias for __set_pages_p/__set_pages_np (diff)
downloadlinux-dev-8311eb84bf842d345f543f4c62ca2b6ea26f638c.tar.xz
linux-dev-8311eb84bf842d345f543f4c62ca2b6ea26f638c.zip
x86, cpa: remove cpa pool code
Interrupt context no longer splits large page in cpa(). So we can do away with cpa memory pool code. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Suresh Siddha <suresh.b.siddha@intel.com> Cc: arjan@linux.intel.com Cc: venkatesh.pallipadi@intel.com Cc: jeremy@goop.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/cacheflush.h')
-rw-r--r--include/asm-x86/cacheflush.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/cacheflush.h b/include/asm-x86/cacheflush.h
index 0a5f71817b3e..8e205a131250 100644
--- a/include/asm-x86/cacheflush.h
+++ b/include/asm-x86/cacheflush.h
@@ -99,8 +99,6 @@ int set_pages_rw(struct page *page, int numpages);
void clflush_cache_range(void *addr, unsigned int size);
-void cpa_init(void);
-
#ifdef CONFIG_DEBUG_RODATA
void mark_rodata_ro(void);
extern const int rodata_test_data;