Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1472218 > unrolled thread

[PATCH] [bugfix] replace unnessary ldax with common ldr

Started byKenneth Lee <liguozhu@hisilicon.com>
First post2016-08-30 06:00 +0200
Last post2016-08-30 06:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] [bugfix] replace unnessary ldax with common ldr Kenneth Lee <liguozhu@hisilicon.com> - 2016-08-30 06:00 +0200

#1472218 — [PATCH] [bugfix] replace unnessary ldax with common ldr

FromKenneth Lee <liguozhu@hisilicon.com>
Date2016-08-30 06:00 +0200
Subject[PATCH] [bugfix] replace unnessary ldax with common ldr
Message-ID<sbInt-7UM-11@gated-at.bofh.it>
Signed-off-by: Kenneth Lee <liguozhu@hisilicon.com>
---
 arch/arm64/include/asm/spinlock.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/include/asm/spinlock.h b/arch/arm64/include/asm/spinlock.h
index c85e96d..3334c4f 100644
--- a/arch/arm64/include/asm/spinlock.h
+++ b/arch/arm64/include/asm/spinlock.h
@@ -63,7 +63,7 @@ static inline void arch_spin_lock(arch_spinlock_t *lock)
 	 */
 "	sevl\n"
 "2:	wfe\n"
-"	ldaxrh	%w2, %4\n"
+"	ldrh	%w2, %4\n"
 "	eor	%w1, %w2, %w0, lsr #16\n"
 "	cbnz	%w1, 2b\n"
 	/* We got the lock. Critical section starts here. */
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web