Enable JUMP_LABEL (Closes: #730071)

svn path=/dists/trunk/linux/; revision=20827
This commit is contained in:
Ben Hutchings 2013-11-27 07:43:47 +00:00
parent e0195366b0
commit 4192f35808
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ linux (3.12.1-1~exp1) UNRELEASED; urgency=low
- HID: uhid: fix leak for 64/32 UHID_CREATE
* [sh4] Remove some accidental inconsistencies in config
* Enable CHECKPOINT_RESTORE (Closes: #682700)
* Enable JUMP_LABEL (Closes: #730071)
[ Bastian Blank ]
* Use compiler name instead of Linux version in compiler meta-packages.

View File

@ -2,6 +2,7 @@
## file: arch/Kconfig
##
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
CONFIG_UPROBES=y
##