linux/arch/sh
Sebastian Andrzej Siewior f8d8e5803c locking: don't check for __LINUX_SPINLOCK_TYPES_H on -RT archs
Upstream uses arch_spinlock_t within spinlock_t and requests that
spinlock_types.h header file is included first.
On -RT we have the rt_mutex with its raw_lock wait_lock which needs
architectures' spinlock_types.h header file for its definition. However
we need rt_mutex first because it is used to build the spinlock_t so
that check does not work for us.
Therefore I am dropping that check.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
2023-03-25 04:21:27 +03:00
..
boards sh: landisk: Add missing initialization of sh_io_port_base 2020-08-21 13:05:38 +02:00
boot treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
cchips treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
configs scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabled 2020-07-22 09:32:57 +02:00
drivers sh: dma: fix kconfig dependency for G2_DMA 2021-01-27 11:47:52 +01:00
include locking: don't check for __LINUX_SPINLOCK_TYPES_H on -RT archs 2023-03-25 04:21:27 +03:00
kernel softirq: Disable softirq stacks for RT 2023-03-25 04:21:24 +03:00
lib sh: lib: convert to SPDX identifiers 2018-12-28 12:11:45 -08:00
lib64 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
math-emu sh: math-emu: drop unused functions 2021-11-26 10:47:17 +01:00
mm mm/memory_hotplug: shrink zones when offlining memory 2020-01-09 10:19:56 +01:00
oprofile treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
tools kbuild: remove redundant target cleaning on failure 2019-01-06 09:46:51 +09:00
Kconfig Use CONFIG_PREEMPTION 2023-03-25 04:21:18 +03:00
Kconfig.cpu License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kconfig.debug sh: fix kconfig unmet dependency warning for FRAME_POINTER 2021-11-26 10:47:17 +01:00
Makefile treewide: prefix header search paths with $(srctree)/ 2019-05-18 11:49:57 +09:00