Searched hist:"3 d68286a4304574c250ca3b0a5429d2901688f16" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/kernel/ |
H A D | nmi.c | diff 3d68286a4304574c250ca3b0a5429d2901688f16 Mon Oct 12 12:39:09 CEST 2015 Heiko Carstens <heiko.carstens@de.ibm.com> s390/nmi: remove pointless error strings
s390_handle_damage() has character string parameter which was used as a pointer to verbose error message. The hope was (a lot of years ago) when analyzing dumps that register R2 would still contain the pointer and therefore it would be rather easy to tell what went wrong.
However gcc optimizes the strings away since a long time. And even if it wouldn't it is necessary to have a close look at the machine check interruption code to tell what's wrong.
So remove the pointless error strings.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
|