diff options
author | Frank Rowand <frank.rowand@am.sony.com> | 2011-09-23 13:43:12 -0700 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-03-02 11:52:32 -0600 |
commit | 3fb185df0fcaeddbeb4b3d6aea4e8fd4e2be99c3 (patch) | |
tree | 834332a94b72bb70fc3488c6995b7ea039272065 /lib/btree.c | |
parent | 871f63650e5108dd5c8dd0e97ace621ae6261cc0 (diff) |
sysrq: Allow immediate Magic SysRq output for PREEMPT_RT_FULL
Add a CONFIG option to allow the output from Magic SysRq to be output
immediately, even if this causes large latencies.
If PREEMPT_RT_FULL, printk() will not try to acquire the console lock
when interrupts or preemption are disabled. If the console lock is
not acquired the printk() output will be buffered, but will not be
output immediately. Some drivers call into the Magic SysRq code
with interrupts or preemption disabled, so the output of Magic SysRq
will be buffered instead of printing immediately if this option is
not selected.
Even with this option selected, Magic SysRq output will be delayed
if the attempt to acquire the console lock fails.
Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Link: http://lkml.kernel.org/r/4E7CEF60.5020508@am.sony.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'lib/btree.c')
0 files changed, 0 insertions, 0 deletions