[S390] Remove P390 support.
Most likely it is broken anyway because of the changes in memory detection. Since we can't test it and there are probably better ways that using a P390 card, remove support for it. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
@@ -883,8 +883,6 @@ sclp_init(void)
|
||||
unsigned long flags;
|
||||
int rc;
|
||||
|
||||
if (!MACHINE_HAS_SCLP)
|
||||
return -ENODEV;
|
||||
spin_lock_irqsave(&sclp_lock, flags);
|
||||
/* Check for previous or running initialization */
|
||||
if (sclp_init_state != sclp_init_state_uninitialized) {
|
||||
|
Reference in New Issue
Block a user