[PATCH 0/7 v4] sh: various doc, build, init fixes

From: Randy Dunlap
Date: Sun Mar 05 2023 - 23:01:15 EST


All of these patches have been sent previously, anywhere from
one to 3 times. All patches are now called "v4".

This refresh/resend is to assist the new SH maintainer.

[PATCH 1/7 v4] sh: SH2007: drop the bad URL info
[PATCH 2/7 v4] sh: nmi_debug: fix return value of __setup handler
[PATCH 3/7 v4] sh: init: use OF_EARLY_FLATTREE for early init
[PATCH 4/7 v4] sh: math-emu: fix macro redefined warning
[PATCH 5/7 v4] sh: remove sh5/sh64 last fragments
[PATCH 6/7 v4] sh: fix Kconfig entry for NUMA => SMP
[PATCH 7/7 v4] sh: mcount.S: fix build error when PRINTK is not enabled

diffstat:
Documentation/kbuild/kbuild.rst | 1 -
Documentation/scheduler/sched-arch.rst | 2 --
Documentation/translations/zh_CN/scheduler/sched-arch.rst | 2 --
arch/sh/Kconfig | 4 ++++
arch/sh/Kconfig.debug | 2 +-
arch/sh/boards/Kconfig | 1 -
arch/sh/kernel/head_32.S | 6 +++---
arch/sh/kernel/nmi_debug.c | 4 ++--
arch/sh/kernel/setup.c | 4 ++--
arch/sh/math-emu/sfp-util.h | 4 ----
scripts/checkstack.pl | 7 -------
tools/perf/arch/common.c | 2 --
tools/scripts/Makefile.arch | 5 -----
tools/testing/selftests/mm/Makefile | 2 +-
tools/testing/selftests/mm/run_vmtests.sh | 2 +-
15 files changed, 14 insertions(+), 34 deletions(-)

Cc: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>
Cc: Rich Felker <dalias@xxxxxxxx>
Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Cc: Hitoshi Mitake <mitake@xxxxxxxxxxxxxxxxxxxxx>
Cc: linux-sh@xxxxxxxxxxxxxxx
Cc: Frank Rowand <frowand.list@xxxxxxxxx>
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: Arnd Bergmann <arnd@xxxxxxxx>