diff options
author | Dave Jones <davej@redhat.com> | 2011-12-07 17:39:23 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2011-12-07 17:39:23 -0500 |
commit | e29397a0ab3fac4a32e8f51a92cff8ff108a77c2 (patch) | |
tree | 2fe20f952cb95ca9b4acaa4be33435e08bfd9e52 /Makefile | |
parent | 6e216ecdf86b5b703db9b7b3c796f7d80c002b67 (diff) | |
download | kernel-e29397a0ab3fac4a32e8f51a92cff8ff108a77c2.tar.gz kernel-e29397a0ab3fac4a32e8f51a92cff8ff108a77c2.tar.xz kernel-e29397a0ab3fac4a32e8f51a92cff8ff108a77c2.zip |
CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is still broken.
This is just too much of a pain in the ass. Turn it off for good.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -81,7 +81,6 @@ debug: @perl -pi -e 's/# CONFIG_ATH_DEBUG is not set/CONFIG_ATH_DEBUG=y/' config-nodebug @perl -pi -e 's/# CONFIG_CARL9170_DEBUGFS is not set/CONFIG_CARL9170_DEBUGFS=y/' config-nodebug @perl -pi -e 's/# CONFIG_IWLWIFI_DEVICE_TRACING is not set/CONFIG_IWLWIFI_DEVICE_TRACING=y/' config-nodebug - @perl -pi -e 's/# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set/CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y/' config-nodebug @perl -pi -e 's/# CONFIG_DMADEVICES_DEBUG is not set/CONFIG_DMADEVICES_DEBUG=y/' config-nodebug @perl -pi -e 's/# CONFIG_DMADEVICES_VDEBUG is not set/CONFIG_DMADEVICES_VDEBUG=y/' config-nodebug @perl -pi -e 's/# CONFIG_CEPH_LIB_PRETTYDEBUG is not set/CONFIG_CEPH_LIB_PRETTYDEBUG=y/' config-nodebug |