[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1510668223-18484-1-git-send-email-andreas@gaisler.com>
Date: Tue, 14 Nov 2017 15:03:41 +0100
From: Andreas Larsson <andreas@...sler.com>
To: David Miller <davem@...emloft.net>, sparclinux@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, software@...sler.com
Subject: [PATCH 0/2] sparc32,leon: Allow and use CAS for atomic operations for LEON
The first patch makes sure that CAS can be assembled and the second
patch adds the configurable possibility to use the CASA instruction
rather than spinlock based emulation for atomic operations.
Andreas Larsson (2):
sparc32,leon: Build with -mcpu=leon3 for SPARC_LEON
sparc32,leon: Add support for atomic operations with CAS
arch/sparc/Kconfig | 17 ++++-
arch/sparc/Makefile | 10 ++-
arch/sparc/include/asm/atomic_32.h | 55 ++++++++++++++-
arch/sparc/include/asm/bitops_32.h | 13 ++++
arch/sparc/include/asm/cmpxchg_32.h | 37 ++++++++++
arch/sparc/lib/Makefile | 4 +-
arch/sparc/lib/atomic_cas_32.S | 69 +++++++++++++++++++
arch/sparc/lib/bitops_cas_32.S | 130 ++++++++++++++++++++++++++++++++++++
8 files changed, 326 insertions(+), 9 deletions(-)
create mode 100644 arch/sparc/lib/atomic_cas_32.S
create mode 100644 arch/sparc/lib/bitops_cas_32.S
--
2.8.0
Powered by blists - more mailing lists