Skip to content

Commit 205bf39

Browse files
Peter Zijlstrapalmer-dabbelt
authored andcommitted
openrisc: Move to ticket-spinlock
We have no indications that openrisc meets the qspinlock requirements, so move to ticket-spinlock as that is more likey to be correct. Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Acked-by: Stafford Horne <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 493e2ba commit 205bf39

File tree

4 files changed

+2
-38
lines changed

4 files changed

+2
-38
lines changed

arch/openrisc/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ config OPENRISC
3030
select HAVE_DEBUG_STACKOVERFLOW
3131
select OR1K_PIC
3232
select CPU_NO_EFFICIENT_FFS if !OPENRISC_HAVE_INST_FF1
33-
select ARCH_USE_QUEUED_SPINLOCKS
3433
select ARCH_USE_QUEUED_RWLOCKS
3534
select OMPIC if SMP
3635
select ARCH_WANT_FRAME_POINTERS

arch/openrisc/include/asm/Kbuild

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0
22
generic-y += extable.h
33
generic-y += kvm_para.h
4-
generic-y += mcs_spinlock.h
5-
generic-y += qspinlock_types.h
6-
generic-y += qspinlock.h
4+
generic-y += spinlock_types.h
5+
generic-y += spinlock.h
76
generic-y += qrwlock_types.h
87
generic-y += qrwlock.h
98
generic-y += user.h

arch/openrisc/include/asm/spinlock.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

arch/openrisc/include/asm/spinlock_types.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)