mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
m68k fixes for v7.2
- m68k: Define NR_CPUS to 1. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQ9qaHoIs/1I4cXmEiKwlD9ZEnxcAUCan13fAAKCRCKwlD9ZEnx cIo6AP9d3BCY2IMGKEHyeF/W+KUtQ5Abgmpe3IW+aztsxtsZgwD+MR6iM0TIaTg+ e5zlvNICBmIiKHDo3sD1vSssHB3WaQU= =VhE7 -----END PGP SIGNATURE----- Merge tag 'm68k-for-v7.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k Pull m68k fix from Geert Uytterhoeven: "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" * tag 'm68k-for-v7.2-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Define NR_CPUS to 1
This commit is contained in:
commit
64dc3ba55e
|
|
@ -549,6 +549,10 @@ config CACHE_COPYBACK
|
|||
endchoice
|
||||
endif # HAVE_CACHE_CB
|
||||
|
||||
config NR_CPUS
|
||||
int
|
||||
default "1"
|
||||
|
||||
# Coldfire cores that do not have a data cache configured can do coherent DMA.
|
||||
config COLDFIRE_COHERENT_DMA
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user