Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Pull sh updates from John Paul Adrian Glaubitz: "This is a bit larger than my previous one and mainly consists of clean-up work in the arch/sh directory by Geert Uytterhoeven and Randy Dunlap. Additionally, this fixes a bug in the Storage Queue code that was discovered while I was reviewing a patch to switch the code to the bitmap API by Christophe Jaillet. So this contains both a fix for the original bug in the Storage Queue code that can be backported later as well as the Christophe's patch to swich the code to the bitmap API. Summary: - Use generic GCC library routines - sq: Use the bitmap API when applicable - sq: Fix incorrect element size for allocating bitmap buffer - pci: Remove unused variable in SH-7786 PCI Express code - mcount.S: fix build error when PRINTK is not enabled - remove sh5/sh64 last fragments - math-emu: fix macro redefined warning - init: use OF_EARLY_FLATTREE for early init - nmi_debug: fix return value of __setup handler - SH2007: drop the bad URL info" * tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux: sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h> sh: Use generic GCC library routines sh: sq: Use the bitmap API when applicable sh: sq: Fix incorrect element size for allocating bitmap buffer sh: pci: Remove unused variable in SH-7786 PCI Express code sh: mcount.S: fix build error when PRINTK is not enabled sh: remove sh5/sh64 last fragments sh: math-emu: fix macro redefined warning sh: init: use OF_EARLY_FLATTREE for early init sh: nmi_debug: fix return value of __setup handler sh: SH2007: drop the bad URL info
No related branches found
No related tags found
Showing
- Documentation/kbuild/kbuild.rst 0 additions, 1 deletionDocumentation/kbuild/kbuild.rst
- Documentation/scheduler/sched-arch.rst 0 additions, 2 deletionsDocumentation/scheduler/sched-arch.rst
- Documentation/translations/zh_CN/scheduler/sched-arch.rst 0 additions, 2 deletionsDocumentation/translations/zh_CN/scheduler/sched-arch.rst
- arch/sh/Kconfig 3 additions, 0 deletionsarch/sh/Kconfig
- arch/sh/Kconfig.debug 1 addition, 1 deletionarch/sh/Kconfig.debug
- arch/sh/boards/Kconfig 0 additions, 1 deletionarch/sh/boards/Kconfig
- arch/sh/boot/compressed/ashldi3.c 2 additions, 2 deletionsarch/sh/boot/compressed/ashldi3.c
- arch/sh/drivers/pci/pcie-sh7786.c 0 additions, 1 deletionarch/sh/drivers/pci/pcie-sh7786.c
- arch/sh/include/asm/types.h 1 addition, 1 deletionarch/sh/include/asm/types.h
- arch/sh/kernel/cpu/sh4/sq.c 3 additions, 4 deletionsarch/sh/kernel/cpu/sh4/sq.c
- arch/sh/kernel/head_32.S 3 additions, 3 deletionsarch/sh/kernel/head_32.S
- arch/sh/kernel/nmi_debug.c 2 additions, 2 deletionsarch/sh/kernel/nmi_debug.c
- arch/sh/kernel/setup.c 2 additions, 2 deletionsarch/sh/kernel/setup.c
- arch/sh/lib/Makefile 1 addition, 3 deletionsarch/sh/lib/Makefile
- arch/sh/lib/ashldi3.c 0 additions, 30 deletionsarch/sh/lib/ashldi3.c
- arch/sh/lib/ashrdi3.c 0 additions, 32 deletionsarch/sh/lib/ashrdi3.c
- arch/sh/lib/lshrdi3.c 0 additions, 30 deletionsarch/sh/lib/lshrdi3.c
- arch/sh/math-emu/sfp-util.h 0 additions, 4 deletionsarch/sh/math-emu/sfp-util.h
- scripts/checkstack.pl 0 additions, 7 deletionsscripts/checkstack.pl
- tools/perf/arch/common.c 0 additions, 2 deletionstools/perf/arch/common.c
Loading
Please register or sign in to comment