diff options
Diffstat (limited to 'arch/s390/kernel/dumpstack.c')
| -rw-r--r-- | arch/s390/kernel/dumpstack.c | 6 | 
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:  	 * If it comes up a second time then there's something wrong going on:  	 * just break out and report an unknown stack type.  	 */ -	if (*visit_mask & (1UL << info->type)) { -		printk_deferred_once(KERN_WARNING -			"WARNING: stack recursion on stack type %d\n", -			info->type); +	if (*visit_mask & (1UL << info->type))  		goto unknown; -	}  	*visit_mask |= 1UL << info->type;  	return 0;  unknown:  | 
