diff options
author | Heinz Graalfs <graalfs@linux.vnet.ibm.com> | 2012-06-11 10:06:59 -0400 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-06-13 19:53:45 -0400 |
commit | cd1834591fe9564720ac4b0193bf1c790fe89f0d (patch) | |
tree | d705284edf49d5054f6558db3c1f827179984bc4 /drivers/s390/char/sclp.c | |
parent | 61bde82caee95426bf1ad53fefc8dc691b8ba37c (diff) |
KVM: s390: Perform early event mask processing during boot
For processing under KVM it is required to detect
the actual SCLP console type in order to set it as
preferred console.
Signed-off-by: Heinz Graalfs <graalfs@linux.vnet.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Acked-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'drivers/s390/char/sclp.c')
-rw-r--r-- | drivers/s390/char/sclp.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/s390/char/sclp.c b/drivers/s390/char/sclp.c index 30f29a0020a1..3fcc000efc53 100644 --- a/drivers/s390/char/sclp.c +++ b/drivers/s390/char/sclp.c | |||
@@ -654,16 +654,6 @@ sclp_remove_processed(struct sccb_header *sccb) | |||
654 | 654 | ||
655 | EXPORT_SYMBOL(sclp_remove_processed); | 655 | EXPORT_SYMBOL(sclp_remove_processed); |
656 | 656 | ||
657 | struct init_sccb { | ||
658 | struct sccb_header header; | ||
659 | u16 _reserved; | ||
660 | u16 mask_length; | ||
661 | sccb_mask_t receive_mask; | ||
662 | sccb_mask_t send_mask; | ||
663 | sccb_mask_t sclp_receive_mask; | ||
664 | sccb_mask_t sclp_send_mask; | ||
665 | } __attribute__((packed)); | ||
666 | |||
667 | /* Prepare init mask request. Called while sclp_lock is locked. */ | 657 | /* Prepare init mask request. Called while sclp_lock is locked. */ |
668 | static inline void | 658 | static inline void |
669 | __sclp_make_init_req(u32 receive_mask, u32 send_mask) | 659 | __sclp_make_init_req(u32 receive_mask, u32 send_mask) |