]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Update DSCR on all CPUs when writing sysfs dscr_default
authorAnton Blanchard <anton@samba.org>
Mon, 3 Sep 2012 16:47:56 +0000 (16:47 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 19 Sep 2012 14:04:40 +0000 (15:04 +0100)
commitb32fef3b4df0e254fb4d0fd3122a2668a5f11581
treef2b4c3f7e112247c8db01a93d37cebce4af4893b
parent3b75588b26cc22a16ff812e38ba7720b3e2d9b38
powerpc: Update DSCR on all CPUs when writing sysfs dscr_default

commit 1b6ca2a6fe56e7697d57348646e07df08f43b1bb upstream.

Writing to dscr_default in sysfs doesn't actually change the DSCR -
we rely on a context switch on each CPU to do the work. There is no
guarantee we will get a context switch in a reasonable amount of time
so fire off an IPI to force an immediate change.

This issue was found with the following test case:

http://ozlabs.org/~anton/junkcode/dscr_explicit_test.c

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
[bwh: Backported to 3.2: adjust context]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
arch/powerpc/kernel/sysfs.c