commit | c4972f33169e3e1ce06ad00917ddaf2c3b49b36a | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Nov 06 10:49:02 2006 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Nov 06 10:49:02 2006 +0100 |
tree | 71ee2380be7218788582cf214b91b62c33aee050 | |
parent | bcc8bcb1f0cc51c0042497d5de2d79743050e3bb [diff] |
[S390] IRQs too early enabled. setup_lowcore() calls ctl_set_bit() which returns withs interrupts enabled. The setup arch code is not supposed to enable interrupts that early. Therefore use the __ctl_set_bit() variant. This fixes the not working lock dependency validator on non 64 bit systems. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>