[GIT PULL] m68k fixes for v7.2
From: Geert Uytterhoeven
Date: Thu Aug 13 2026 - 04:02:17 EST
Hi Linus,
The following changes since commit 075b74841bd0065a3bda3440873c747938e69b68:
Linux 7.2-rc6 (2026-08-02 16:24:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v7.2-tag2
for you to fetch changes up to 1fd495ef09eef96169a379a749c24b5e69974bb8:
m68k: Define NR_CPUS to 1 (2026-08-12 13:53:44 +0200)
----------------------------------------------------------------
m68k fixes for v7.2
- m68k: Define NR_CPUS to 1.
This fixes a long-standing but never critical before oddity on m68k,
that turned into a serious configuration issue after a recent erofs
change.
Note that this only fixes m68k; failures on architectures where NR_CPUS
depends on SMP will be fixed by a separate patch[1].
Thanks for pulling!
[1] "[PATCH] erofs: fix EROFS_FS_ZIP_LZMA_DEFAULT_MAX_STREAMS on some UP
platforms"
https://lore.kernel.org/20260812131144.30802-1-xiang@xxxxxxxxxx
----------------------------------------------------------------
Uwe Kleine-König (1):
m68k: Define NR_CPUS to 1
arch/m68k/Kconfig.cpu | 4 ++++
1 file changed, 4 insertions(+)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds