1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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

writeback-writeallocate
This commit is contained in:
Oleksandr Tymoshenko 2013-01-08 02:40:20 +00:00
parent fdde618d1d
commit fdf78e7823
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245147

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