Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
87e7a9a5
Commit
87e7a9a5
authored
Jun 06, 2016
by
danh-arm
Browse files
Merge pull request #644 from sandrine-bailleux-arm/sb/rm-outdated-comment
xlat lib: Remove out-dated comment
parents
11ec6c59
72b60081
Changes
1
Show whitespace changes
Inline
Side-by-side
include/lib/xlat_tables.h
View file @
87e7a9a5
...
@@ -150,12 +150,6 @@ typedef enum {
...
@@ -150,12 +150,6 @@ typedef enum {
MT_MEMORY
,
MT_MEMORY
,
/* Values up to 7 are reserved to add new memory types in the future */
/* 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_RO
=
0
<<
MT_PERM_SHIFT
,
MT_RW
=
1
<<
MT_PERM_SHIFT
,
MT_RW
=
1
<<
MT_PERM_SHIFT
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment