summaryrefslogtreecommitdiffstats
path: root/include/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cache.h')
-rw-r--r--include/cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cache.h b/include/cache.h
index b6facdc..5df7aa9 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -12,9 +12,6 @@ enum {
TIMER_FEATURE = 0,
TIMER = (1 << TIMER_FEATURE),
- WRITE_THROUGH_FEATURE = 1,
- WRITE_THROUGH = (1 << WRITE_THROUGH_FEATURE),
-
__CACHE_MAX_FEATURE
};
#define CACHE_MAX_FEATURE __CACHE_MAX_FEATURE
@@ -48,7 +45,6 @@ struct cache_feature {
extern struct cache_feature lifetime_feature;
extern struct cache_feature timer_feature;
-extern struct cache_feature writethrough_feature;
#define CACHE_MAX_NAMELEN 32