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
41e48fed
Unverified
Commit
41e48fed
authored
May 22, 2018
by
Dimitris Papastamos
Committed by
GitHub
May 22, 2018
Browse files
Merge pull request #1393 from geesun/correct_comment
Correct some typo errors in comment
parents
29e5c717
79c17995
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/common/aarch64/el3_common_macros.S
View file @
41e48fed
...
...
@@ -20,7 +20,7 @@
*
*
SCTLR_EL3
.
I
:
Enable
the
instruction
cache
.
*
*
SCTLR_EL3
.
SA
:
Enable
Stack
Aligment
check
.
A
SP
alignment
fault
*
SCTLR_EL3
.
SA
:
Enable
Stack
Alig
n
ment
check
.
A
SP
alignment
fault
*
exception
is
generated
if
a
load
or
store
instruction
executed
at
*
EL3
uses
the
SP
as
the
base
address
and
the
SP
is
not
aligned
to
a
*
16
-
byte
boundary
.
...
...
@@ -186,7 +186,7 @@
*
XN
(
Execute
-
never
)
.
Set
to
zero
so
that
this
control
has
no
*
effect
on
memory
access
permissions
.
*
*
SCTLR_EL3
.
SA
:
Set
to
zero
to
disable
Stack
Aligment
check
.
*
SCTLR_EL3
.
SA
:
Set
to
zero
to
disable
Stack
Alig
n
ment
check
.
*
*
SCTLR_EL3
.
A
:
Set
to
zero
to
disable
Alignment
fault
checking
.
*
-------------------------------------------------------------
...
...
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