We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732ed14 commit b70f50bCopy full SHA for b70f50b
arch/s390/kernel/dumpstack.c
@@ -198,13 +198,8 @@ void __noreturn die(struct pt_regs *regs, const char *str)
198
console_verbose();
199
spin_lock_irq(&die_lock);
200
bust_spinlocks(1);
201
- printk("%s: %04x ilc:%d [#%d] ", str, regs->int_code & 0xffff,
+ printk("%s: %04x ilc:%d [#%d]", str, regs->int_code & 0xffff,
202
regs->int_code >> 17, ++die_counter);
203
-#ifdef CONFIG_PREEMPT
204
- pr_cont("PREEMPT ");
205
-#elif defined(CONFIG_PREEMPT_RT)
206
- pr_cont("PREEMPT_RT ");
207
-#endif
208
pr_cont("SMP ");
209
if (debug_pagealloc_enabled())
210
pr_cont("DEBUG_PAGEALLOC");
0 commit comments