diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:55:48 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:55:48 -0800 |
commit | 27ea6dfdc23e5e96e324d6cb3488528c14e4a7f7 (patch) | |
tree | f3a77ed29e1cecd1f401b86384b322f1b005ef0b /init | |
parent | 81ec44a6c69342fec1b1140c60a604027e429f69 (diff) | |
parent | cc883afcc02e1c9c8ab64d20f0288355b857f966 (diff) | |
download | linux-3.10-27ea6dfdc23e5e96e324d6cb3488528c14e4a7f7.tar.gz linux-3.10-27ea6dfdc23e5e96e324d6cb3488528c14e4a7f7.tar.bz2 linux-3.10-27ea6dfdc23e5e96e324d6cb3488528c14e4a7f7.zip |
Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull misc ia64 bits from Tony Luck.
* tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
MAINTAINERS: update SGI & ia64 Altix stuff
sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-arch
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 335a1f680c9..28c5b9dcc91 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1229,6 +1229,13 @@ config SYSCTL_EXCEPTION_TRACE help Enable support for /proc/sys/debug/exception-trace. +config SYSCTL_ARCH_UNALIGN_NO_WARN + bool + help + Enable support for /proc/sys/kernel/ignore-unaligned-usertrap + Allows arch to define/use @no_unaligned_warning to possibly warn + about unaligned access emulation going on under the hood. + config KALLSYMS bool "Load all symbols for debugging/ksymoops" if EXPERT default y |