[S390] add mini sclp driver
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 12 Jun 2009 08:26:24 +0000 (10:26 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 12 Jun 2009 08:27:30 +0000 (10:27 +0200)
commitd90cbd469c9c7c1494fc2084af9319e6a557368b
treeefb312e668fa596a0493f5318c19d07795e3a8b0
parent8c4caa4fbfc18aa50d9d682f502303a8e0d72726
[S390] add mini sclp driver

This adds a mini sclp device driver for very early use. The primary
and probably only use will be to emit a message to the console if the
cpu doesn't provide the minimum required capabilities to run the kernel.
After printing the message a disabled wait will be loaded and the
machine stops operating.
Printing the message is also part of this patch.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/Makefile
arch/s390/kernel/head.S
arch/s390/kernel/sclp.S [new file with mode: 0644]