From: Jan Glauber Date: Wed, 22 Jun 2011 14:24:10 +0000 (+0200) Subject: [S390] allow setting of upper 32 bit in smp_ctl_set_bit X-Git-Tag: v3.0-rc5~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859c965149ab5004b58b1fffd98190b6664cb717;p=pandora-kernel.git [S390] allow setting of upper 32 bit in smp_ctl_set_bit The bit shift operation in smp_ctl_set_bit does not specify the type of the shifted bit so integer is used as default. Therefore it is not possible to set bits in the upper 32 bit of the control register if the kernel runs in 64 bit mode. Fix this by specifying the type as unsigned long. Signed-off-by: Jan Glauber Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed