summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-06-06 10:54:28 +0100
committerdanh-arm <dan.handley@arm.com>2016-06-06 10:54:28 +0100
commit87e7a9a557cd61c6cb50c590317d16e25fa15ade (patch)
tree9d562b72298828819c893f16b1d7bb575aeda7fd /include/lib
parent11ec6c598fe195e2300c6fc7ee1183a8d111a430 (diff)
parent72b6008181192f39d4cfedce7cc8e8630e828cd6 (diff)
Merge pull request #644 from sandrine-bailleux-arm/sb/rm-outdated-comment
xlat lib: Remove out-dated comment
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,