diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-08-05 13:48:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-08-05 13:48:28 +0000 |
commit | c99d08f05018a6a7a2f4ebe295f909f511eed1bc (patch) | |
tree | bb2df3cb866154bad9f7ec614089741081336634 | |
parent | 7e5a1bc1d00b23fdf2f2cc806c7701bbef28356e (diff) | |
download | upstream-c99d08f05018a6a7a2f4ebe295f909f511eed1bc.tar.gz upstream-c99d08f05018a6a7a2f4ebe295f909f511eed1bc.tar.bz2 upstream-c99d08f05018a6a7a2f4ebe295f909f511eed1bc.zip |
add missing config symbol
SVN-Revision: 27908
-rw-r--r-- | target/linux/generic/config-3.0 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.0 b/target/linux/generic/config-3.0 index 83d4f7065d..3386a9ef0b 100644 --- a/target/linux/generic/config-3.0 +++ b/target/linux/generic/config-3.0 @@ -504,7 +504,8 @@ CONFIG_DEBUG_INFO_REDUCED=y # CONFIG_DEBUG_NX_TEST is not set # CONFIG_DEBUG_OBJECTS is not set # CONFIG_DEBUG_PAGEALLOC is not set -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set # CONFIG_DEBUG_PREEMPT is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_DEBUG_RT_MUTEXES is not set |