summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2013-01-08 02:40:20 +0000
committergonzo <gonzo@FreeBSD.org>2013-01-08 02:40:20 +0000
commitd6fdadb6d62c9690e47a34a4ae1fd86263e7a52e (patch)
treedd257c5bbf070f25d69c03af29bc802cc77e3f4e /sys/arm
parent2d5f0c58d87496a52f2c8eddb15225b239440d8a (diff)
downloadFreeBSD-src-d6fdadb6d62c9690e47a34a4ae1fd86263e7a52e.zip
FreeBSD-src-d6fdadb6d62c9690e47a34a4ae1fd86263e7a52e.tar.gz
Switch default cache type for ARMv6/ARMv7 from write-through to
writeback-writeallocate
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/pmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h
index da4571d..4f7566e 100644
--- a/sys/arm/include/pmap.h
+++ b/sys/arm/include/pmap.h
@@ -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
OpenPOWER on IntegriCloud