Merge "Remove .arch directives from spinlock.S" into integration

This commit is contained in:
Soby Mathew 2019-05-15 15:54:32 +00:00 committed by TrustedFirmware Code Review
commit eefdb4fb21
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2013-2019, 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 */
/*