From: Heiko Carstens Date: Mon, 6 Nov 2006 09:49:02 +0000 (+0100) Subject: [S390] IRQs too early enabled. X-Git-Tag: v2.6.19-rc5~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4972f33169e3e1ce06ad00917ddaf2c3b49b36a;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed