diff options
author | James Bottomley <JBottomley@Parallels.com> | 2012-05-26 12:48:19 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-31 14:14:37 +0400 |
commit | b1195c0e3ee1a1ba986923bf3ed8311b7b336432 (patch) | |
tree | 026ecd136a3001db5699baf499f061cc971f66e2 /arch/parisc/Kconfig | |
parent | 8275b91aad22144c4e2ea0c68b8d51090a81ba31 (diff) | |
download | linux-b1195c0e3ee1a1ba986923bf3ed8311b7b336432.tar.xz |
[PARISC] update parisc to use generic strncpy_from_user()
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index ddb8b24b823d..3ff21b536f28 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -18,6 +18,7 @@ config PARISC select IRQ_PER_CPU select ARCH_HAVE_NMI_SAFE_CMPXCHG select GENERIC_SMP_IDLE_THREAD + select GENERIC_STRNCPY_FROM_USER help The PA-RISC microprocessor is designed by Hewlett-Packard and used |