summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale
diff options
context:
space:
mode:
authorskra <skra@FreeBSD.org>2016-02-17 12:36:24 +0000
committerskra <skra@FreeBSD.org>2016-02-17 12:36:24 +0000
commit19710a8b475c3e518b72fb0053a31a5c7fa2e49e (patch)
tree70025259534ba798cb6e4dffa3e18da0a9189680 /sys/arm/freescale
parent2ae033135f01061978704eff3d7292153170186b (diff)
downloadFreeBSD-src-19710a8b475c3e518b72fb0053a31a5c7fa2e49e.zip
FreeBSD-src-19710a8b475c3e518b72fb0053a31a5c7fa2e49e.tar.gz
Remove pd_prot and pd_cache members from struct arm_devmap_entry.
The struct is used for definition of static device mappings which should always have same protection and attributes.
Diffstat (limited to 'sys/arm/freescale')
-rw-r--r--sys/arm/freescale/imx/imx6_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/freescale/imx/imx6_machdep.c b/sys/arm/freescale/imx/imx6_machdep.c
index eaa380d..1abbd6c 100644
--- a/sys/arm/freescale/imx/imx6_machdep.c
+++ b/sys/arm/freescale/imx/imx6_machdep.c
@@ -136,7 +136,7 @@ imx6_late_init(platform_t plat)
* Notably not mapped right now are HDMI, GPU, and other devices below ARMMP in
* the memory map. When we get support for graphics it might make sense to
* static map some of that area. Be careful with other things in that area such
- * as OCRAM that probably shouldn't be mapped as PTE_DEVICE memory.
+ * as OCRAM that probably shouldn't be mapped as VM_MEMATTR_DEVICE memory.
*/
static int
imx6_devmap_init(platform_t plat)
OpenPOWER on IntegriCloud