summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/vm.h
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2012-12-19 00:24:31 +0000
committercognet <cognet@FreeBSD.org>2012-12-19 00:24:31 +0000
commit58faac84ca39267f2f9368819febdac421e89a6a (patch)
tree14bcf41da925fb77b6562d71e57e5a6e413b3470 /sys/arm/include/vm.h
parent99451e9e7417c523343c14e3808924954ae700da (diff)
downloadFreeBSD-src-58faac84ca39267f2f9368819febdac421e89a6a.zip
FreeBSD-src-58faac84ca39267f2f9368819febdac421e89a6a.tar.gz
Properly implement pmap_[get|set]_memattr
Submitted by: Ian Lepore <freebsd@damnhippie.dyndns.org>
Diffstat (limited to 'sys/arm/include/vm.h')
-rw-r--r--sys/arm/include/vm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arm/include/vm.h b/sys/arm/include/vm.h
index 7ec2d9e..6f27276 100644
--- a/sys/arm/include/vm.h
+++ b/sys/arm/include/vm.h
@@ -29,7 +29,8 @@
#ifndef _MACHINE_VM_H_
#define _MACHINE_VM_H_
-/* Memory attribute configuration is not (yet) implemented. */
+/* Memory attribute configuration. */
#define VM_MEMATTR_DEFAULT 0
+#define VM_MEMATTR_UNCACHEABLE 1
#endif /* !_MACHINE_VM_H_ */
OpenPOWER on IntegriCloud