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
eefdb4fb
Commit
eefdb4fb
authored
May 15, 2019
by
Soby Mathew
Committed by
TrustedFirmware Code Review
May 15, 2019
Browse files
Merge "Remove .arch directives from spinlock.S" into integration
parents
acc18c1f
02a85c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/locks/exclusive/aarch64/spinlock.S
View file @
eefdb4fb
/*
*
Copyright
(
c
)
2013
-
201
7
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
Copyright
(
c
)
2013
-
201
9
,
ARM
Limited
and
Contributors
.
All
rights
reserved
.
*
*
SPDX
-
License
-
Identifier
:
BSD
-
3
-
Clause
*/
...
...
@@ -39,8 +39,6 @@
#if USE_CAS
.
arch
armv8
.1
-
a
/*
*
Acquire
lock
using
Compare
and
Swap
instruction
.
*
...
...
@@ -60,8 +58,6 @@ func spin_lock
ret
endfunc
spin_lock
.
arch
armv8
-
a
#else /* !USE_CAS */
/*
...
...
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