Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206378
| From | David Miller <davem@davemloft.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 00/11] test_user_copy improvements |
| Date | 2015-08-12 23:40 +0200 |
| Message-ID | <pWLUC-8bf-15@gated-at.bofh.it> (permalink) |
| References | <pW3JV-2OH-33@gated-at.bofh.it> <pW92W-2dz-1@gated-at.bofh.it> <pWfUK-3Em-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Geert Uytterhoeven <geert@linux-m68k.org> Date: Tue, 11 Aug 2015 13:20:53 +0200 > On Tue, Aug 11, 2015 at 6:08 AM, David Miller <davem@davemloft.net> wrote: ... >> diff --git a/lib/Kconfig b/lib/Kconfig >> index 3a2ef67..149eb29 100644 >> --- a/lib/Kconfig >> +++ b/lib/Kconfig >> @@ -62,6 +62,9 @@ config ARCH_USE_CMPXCHG_LOCKREF >> config ARCH_HAS_FAST_MULTIPLIER >> bool >> >> +config ARCH_SPLIT_VA_SPACE >> + def_bool n >> + >> config CRC_CCITT >> tristate "CRC-CCITT functions" >> help > > I think this applies to a few more architectures. > > M68k already has a config symbol for his (CPU_HAS_ADDRESS_SPACES), > which is set by classic m68k (not Coldfire) that has the "moves" instruction. Awesome, maybe James can add the M68K case to his patch as well. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 00/11] test_user_copy improvements James Hogan <james.hogan@imgtec.com> - 2015-08-07 17:30 +0200
[PATCH v2 04/11] xtensa: Export __strnlen_user to modules James Hogan <james.hogan@imgtec.com> - 2015-08-07 17:30 +0200
[PATCH v2 11/11] test_user_copy: Check user checksum functions James Hogan <james.hogan@imgtec.com> - 2015-08-07 17:30 +0200
Re: [PATCH v2 00/11] test_user_copy improvements Kees Cook <keescook@chromium.org> - 2015-08-08 02:00 +0200
Re: [PATCH v2 00/11] test_user_copy improvements David Miller <davem@redhat.com> - 2015-08-11 00:30 +0200
Re: [PATCH v2 00/11] test_user_copy improvements David Miller <davem@davemloft.net> - 2015-08-11 06:10 +0200
Re: [PATCH v2 00/11] test_user_copy improvements Geert Uytterhoeven <geert@linux-m68k.org> - 2015-08-11 13:30 +0200
Re: [PATCH v2 00/11] test_user_copy improvements David Miller <davem@davemloft.net> - 2015-08-12 23:40 +0200
Re: [PATCH v2 00/11] test_user_copy improvements James Hogan <james.hogan@imgtec.com> - 2015-08-11 13:10 +0200
Re: [PATCH v2 00/11] test_user_copy improvements David Miller <davem@davemloft.net> - 2015-08-11 19:40 +0200
csiph-web