diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-08-12 21:04:32 +0100 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2015-08-12 17:12:47 -0400 |
commit | e8b63c6de876998f6466bc681b4555f3ea342e1a (patch) | |
tree | 97fe102d008aec3fe9f24bd84e6e62d9279d8bec | |
parent | ca1c5365f765d3c17ad632dc7bb23959d0c2988c (diff) | |
download | kernel-e8b63c6de876998f6466bc681b4555f3ea342e1a.tar.gz kernel-e8b63c6de876998f6466bc681b4555f3ea342e1a.tar.xz kernel-e8b63c6de876998f6466bc681b4555f3ea342e1a.zip |
fix the fix for CONFIG_UACCESS_WITH_MEMCPY
-rw-r--r-- | config-armv7-generic | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index cbb0dd1d2..ef7ee634a 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -142,6 +142,8 @@ CONFIG_XZ_DEC_ARM=y CONFIG_PCI_HOST_GENERIC=y # CONFIG_PCI_LAYERSCAPE is not set # CONFIG_PCIE_IPROC is not set +# Do NOT enable this, it breaks stuff and makes things go slow +# CONFIG_UACCESS_WITH_MEMCPY is not set CONFIG_LBDAF=y |