s390/sclp: Consolidate early sclp init calls to sclp_early_detect()
authorMichael Holzheu <holzheu@linux.vnet.ibm.com>
Wed, 13 Nov 2013 09:38:27 +0000 (10:38 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 15 Nov 2013 13:08:41 +0000 (14:08 +0100)
commit7b50da53f6ad2048241bef232bfc22a132a40283
treed8cdf310a750de86e63c4831de2fa22affa350b4
parentacf6a004e6a35dad17032e3b7c5a046c29957e65
s390/sclp: Consolidate early sclp init calls to sclp_early_detect()

The new function calls the old ones. The sclp_event_mask_early() is removed
and replaced by one invocation of sclp_set_event_mask(0, 0).

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/sclp.h
arch/s390/kernel/early.c
drivers/s390/char/sclp_early.c