summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2016-05-31 16:47:29 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2016-06-02 10:36:47 +0100
commit72b6008181192f39d4cfedce7cc8e8630e828cd6 (patch)
treef1da8e0b601829a72ac5c7a0083c5a2082fbad72 /include/lib
parenta7e530331d7cf4b58618f0715e61b5a872176f07 (diff)
xlat lib: Remove out-dated comment
As of commit e1ea9290bb, if the attributes of an inner memory region are different than the outer region, new page tables are generated regardless of how "restrictive" they are. This patch removes an out-dated comment still referring to the old priority system based on which attributes were more restrictive. Change-Id: Ie7fc1629c90ea91fe50315145f6de2f3995e5e00
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/xlat_tables.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/lib/xlat_tables.h b/include/lib/xlat_tables.h
index abe46ed9..7d57521b 100644
--- a/include/lib/xlat_tables.h
+++ b/include/lib/xlat_tables.h
@@ -150,12 +150,6 @@ typedef enum {
MT_MEMORY,
/* Values up to 7 are reserved to add new memory types in the future */
- /*
- * The following values are organised so that a clear bit gives a more
- * restrictive mapping than a set bit, that way a bitwise-and of two
- * sets of attributes will never give an attribute which has greater
- * access rights than any of the original attributes.
- */
MT_RO = 0 << MT_PERM_SHIFT,
MT_RW = 1 << MT_PERM_SHIFT,