diff options
-rw-r--r-- | arch/riscv/kernel/cacheinfo.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/riscv/kernel/cacheinfo.c b/arch/riscv/kernel/cacheinfo.c index 0bc86e5f8f3f..cb35ffd8ec6b 100644 --- a/arch/riscv/kernel/cacheinfo.c +++ b/arch/riscv/kernel/cacheinfo.c | |||
@@ -22,13 +22,6 @@ static void ci_leaf_init(struct cacheinfo *this_leaf, | |||
22 | { | 22 | { |
23 | this_leaf->level = level; | 23 | this_leaf->level = level; |
24 | this_leaf->type = type; | 24 | this_leaf->type = type; |
25 | /* not a sector cache */ | ||
26 | this_leaf->physical_line_partition = 1; | ||
27 | /* TODO: Add to DTS */ | ||
28 | this_leaf->attributes = | ||
29 | CACHE_WRITE_BACK | ||
30 | | CACHE_READ_ALLOCATE | ||
31 | | CACHE_WRITE_ALLOCATE; | ||
32 | } | 25 | } |
33 | 26 | ||
34 | static int __init_cache_level(unsigned int cpu) | 27 | static int __init_cache_level(unsigned int cpu) |