commit | bf6f6aa46feada857a52cb67d99a7c2fe4a70e87 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Feb 21 10:55:00 2007 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Feb 21 10:55:00 2007 +0100 |
tree | 930dbd9bcd693cd7f3487fe8072bb0548131ff51 | |
parent | 489c80ba8aa9dde8244897cba33a9372c897e531 [diff] |
[S390] prevent softirqs if delay is called disabled The new delay implementation uses the clock comparator and an external interrupt even if it is called disabled for interrupts. To do this all external interrupt source except clock comparator are switched of before enabling external interrupts. The external interrupt at the end of the delay period may not execute softirqs or we can end up in a dead-lock. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>