Switch default cache type for ARMv6/ARMv7 from write-through to
writeback-writeallocate
This commit is contained in:
parent
2d5f0c58d8
commit
d6fdadb6d6
@ -61,7 +61,7 @@
|
||||
#else
|
||||
#define PTE_NOCACHE 1
|
||||
#endif
|
||||
#define PTE_CACHE 4
|
||||
#define PTE_CACHE 6
|
||||
#define PTE_DEVICE 2
|
||||
#define PTE_PAGETABLE 4
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user