]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] s390: check for interrupt before waiting
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 29 Jul 2005 21:03:36 +0000 (14:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 22:01:14 +0000 (15:01 -0700)
commit350e3ade9ed0809a94c51db6ee66883a35f0d6c9
tree8c644bec7a82bdb2b4c0c9d30e65fce4b8c15f69
parent5712f52e8c024c6b7b82ae5c7b5b3d0f3e6f711b
[PATCH] s390: check for interrupt before waiting

The patch that introduced waiting for interrupts after resetting the reader
can cause the boot to fail because the system is waiting for an interrupt that
will never arrive.  Add code to check if an interrupt is supposed to arrive
before waiting endlessly.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/kernel/head.S
arch/s390/kernel/head64.S