Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
5 years ago
by
Soby Mathew
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Remove .arch directives from spinlock.S" into integration
parents
acc18c1f
02a85c11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/locks/exclusive/aarch64/spinlock.S
+1
-5
lib/locks/exclusive/aarch64/spinlock.S
with
1 addition
and
5 deletions
+1
-5
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 */
/*
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help