diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-19 18:12:44 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-19 18:12:44 -0700 |
commit | d3876ff74437c5f3a1a2f8d2a45b6fb91d51ea25 (patch) | |
tree | 3f4502769af9197f220686be126c5b6a05efaf49 /arch/m68k/Kconfig | |
parent | bbe85027ce8019c73ab99ad1c2603e2dcd1afa49 (diff) | |
parent | 9f5fd809d7a02e32c2e044acb9f6aed1c79a699b (diff) | |
download | linux-d3876ff74437c5f3a1a2f8d2a45b6fb91d51ea25.tar.bz2 |
Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer:
"A collection of fixes for 5.10:
- switch to using asm-generic uaccess code
- fix sparse warnings in signal code
- fix compilation of ColdFire MMC support
- support sysrq in ColdFire serial driver"
* tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu:
serial: mcf: add sysrq capability
m68knommu: include SDHC support only when hardware has it
m68knommu: fix sparse warnings in signal code
m68knommu: switch to using asm-generic/uaccess.h
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 93bbb74ea876..c830705bd3ac 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -31,6 +31,7 @@ config M68K select NO_DMA if !MMU && !COLDFIRE select OLD_SIGACTION select OLD_SIGSUSPEND3 + select UACCESS_MEMCPY if !MMU select VIRT_TO_BUS config CPU_BIG_ENDIAN |