Switch default cache type for ARMv6/ARMv7 from write-through to

writeback-writeallocate
This commit is contained in:
gonzo 2013-01-08 02:40:20 +00:00
parent 2d5f0c58d8
commit d6fdadb6d6

View File

@ -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