]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] cpu hotplug: fix external interrupt subclass mask handling
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 23 May 2011 08:24:50 +0000 (10:24 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 23 May 2011 08:24:33 +0000 (10:24 +0200)
commite40694eb0080b85cda7cefe348a863f237cbca68
tree1097a2acba98000d9e6b40f2f197f3e69ebb3762
parent61f7897968040e4eddc79157f4bc95f36b3c85dc
[S390] cpu hotplug: fix external interrupt subclass mask handling

When disabling a cpu all external interrupt subclass masks in control
register 0 get cleared. However instead of the service signal subclass
mask bit an unused bit got cleared.
Accidently (or luckily) the service subclass mask gets cleared with the
pfault_fini() call that happens just before the rest of the subclass
mask bits get cleared.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/kernel/smp.c