[S390] cio: Fix inverted isc priorities.
authorCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 10 Jun 2008 08:03:21 +0000 (10:03 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 Jun 2008 08:03:27 +0000 (10:03 +0200)
commit85b0d7c0ad92c47887bf6aeb424a14e7af14bd87
tree73518414cb38cfc2865828b5b836920523b7710f
parentee0ddadd086e25503f81be551c43f66472300acd
[S390] cio: Fix inverted isc priorities.

Priorities for I/O interruption subclasses range from 0 (highest)
to 7 (lowest). Unfortunately, the console has been using isc 7
instead of an isc with a higher priority than regular I/O
subchannels (which use 3). Fix this by making the console use
isc 1.

Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/cio/cio.c