aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSuresh Siddha <suresh.b.siddha@intel.com>2008-09-23 17:00:41 -0400
committerIngo Molnar <mingo@elte.hu>2008-10-10 13:29:16 -0400
commit8311eb84bf842d345f543f4c62ca2b6ea26f638c (patch)
treecdb06142638067c9b35647681813faa318570a99 /include
parent55121b4369ced87863bf04da1f762a37e58aee4d (diff)
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')
-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);
99 99
100void clflush_cache_range(void *addr, unsigned int size); 100void clflush_cache_range(void *addr, unsigned int size);
101 101
102void cpa_init(void);
103
104#ifdef CONFIG_DEBUG_RODATA 102#ifdef CONFIG_DEBUG_RODATA
105void mark_rodata_ro(void); 103void mark_rodata_ro(void);
106extern const int rodata_test_data; 104extern const int rodata_test_data;