aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/dumpstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/kernel/dumpstack.c')
-rw-r--r--arch/s390/kernel/dumpstack.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/s390/kernel/dumpstack.c b/arch/s390/kernel/dumpstack.c
index ac06c3949ab3..34bdc60c0b11 100644
--- a/arch/s390/kernel/dumpstack.c
+++ b/arch/s390/kernel/dumpstack.c
@@ -114,12 +114,8 @@ recursion_check:
114 * If it comes up a second time then there's something wrong going on: 114 * If it comes up a second time then there's something wrong going on:
115 * just break out and report an unknown stack type. 115 * just break out and report an unknown stack type.
116 */ 116 */
117 if (*visit_mask & (1UL << info->type)) { 117 if (*visit_mask & (1UL << info->type))
118 printk_deferred_once(KERN_WARNING
119 "WARNING: stack recursion on stack type %d\n",
120 info->type);
121 goto unknown; 118 goto unknown;
122 }
123 *visit_mask |= 1UL << info->type; 119 *visit_mask |= 1UL << info->type;
124 return 0; 120 return 0;
125unknown: 121unknown: