As a follow up to Geet's "[PATCH 0/52] m68k: W=1 fixes" series, https://lore.kernel.org/lkml/cover.1694093327.git.geert@xxxxxxxxxxxxxx/T/ , this series adds fixes specific to nommu and ColdFire configurations. Mostly similar fixes to what Geert had to do, and not too many all up. Regards Greg arch/m68k/68000/ints.c | 5 ++++- arch/m68k/68000/ints.h | 7 +++++++ arch/m68k/68000/timers.c | 2 ++ arch/m68k/coldfire/intc.c | 4 ++-- arch/m68k/coldfire/vectors.c | 2 ++ arch/m68k/coldfire/vectors.h | 3 +++ arch/m68k/include/asm/mcfgpio.h | 8 ++++---- arch/m68k/kernel/uboot.c | 13 ++++++++----- arch/m68k/mm/mcfmmu.c | 3 +-- 9 files changed, 33 insertions(+), 14 deletions(-)