From: Peter Oberparleiter Date: Wed, 4 Jun 2014 15:01:57 +0000 (+0200) Subject: s390/sclp_vt220: Enable ASCII console per default X-Git-Tag: omap-for-v3.17/soc-cleanup~65^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2485f5d1c62bb8cccd452616892cdaf2466a090;p=pandora-kernel.git s390/sclp_vt220: Enable ASCII console per default When you want to use the HMC's ASCII console as console device for a z/VM guest you have to specify console=ttyS1 on the kernel command line. But it won't work until you specify conmode=sclp as well. This behavior is inconsistent with the use of the ASCII console as TTY device which works on z/VM without the need to specify a conmode. Fix this inconsistency by removing the check for conmode=sclp in the ASCII console registration function. Signed-off-by: Peter Oberparleiter Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed