diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2010-12-09 08:54:55 +0100 |
---|---|---|
committer | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2011-01-13 20:40:57 +0100 |
commit | 12be8e71bf17d403b8f7866a3581ef34b77ea16f (patch) | |
tree | 4b98231705bb46d21fac60751ca3e2392663d154 /arch/avr32/configs/atstk1003_defconfig | |
parent | 36b471e047a77eaf3ec8e693bd9d8291c4dfd864 (diff) | |
download | blackbird-obmc-linux-12be8e71bf17d403b8f7866a3581ef34b77ea16f.tar.gz blackbird-obmc-linux-12be8e71bf17d403b8f7866a3581ef34b77ea16f.zip |
avr32: disable kprobes for all default configurations
This patch will disable kprobes for all the default AVR32 board configurations.
This works around a regression in kprobes which seems to be related to AVR32 is
now lacking the struct kprobe_ctlblk.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'arch/avr32/configs/atstk1003_defconfig')
-rw-r--r-- | arch/avr32/configs/atstk1003_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/configs/atstk1003_defconfig b/arch/avr32/configs/atstk1003_defconfig index 50ba3db682ca..e19662af22f0 100644 --- a/arch/avr32/configs/atstk1003_defconfig +++ b/arch/avr32/configs/atstk1003_defconfig @@ -17,7 +17,7 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_COMPAT_BRK is not set CONFIG_PROFILING=y CONFIG_OPROFILE=m -CONFIG_KPROBES=y +# CONFIG_KPROBES is not set CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set |