|
@@ -22,13 +22,6 @@ static void ci_leaf_init(struct cacheinfo *this_leaf,
|
|
{
|
|
{
|
|
this_leaf->level = level;
|
|
this_leaf->level = level;
|
|
this_leaf->type = type;
|
|
this_leaf->type = type;
|
|
- /* not a sector cache */
|
|
|
|
- this_leaf->physical_line_partition = 1;
|
|
|
|
- /* TODO: Add to DTS */
|
|
|
|
- this_leaf->attributes =
|
|
|
|
- CACHE_WRITE_BACK
|
|
|
|
- | CACHE_READ_ALLOCATE
|
|
|
|
- | CACHE_WRITE_ALLOCATE;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
static int __init_cache_level(unsigned int cpu)
|
|
static int __init_cache_level(unsigned int cpu)
|