powerpc/asm: Mark cr0 as clobbered in mftb()
authorOliver O'Halloran <oohall@gmail.com>
Thu, 6 Jul 2017 08:46:43 +0000 (18:46 +1000)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Nov 2017 21:12:43 +0000 (22:12 +0100)
commitecac824c4d0711df071a47cd8eb374ce53ce8727
treeebfbf7562dba9137dabc3eba567992e3b98ec95b
parent733c88d4da7984ec1ce65d6628ad0da25816b7a2
powerpc/asm: Mark cr0 as clobbered in mftb()

commit 2400fd822f467cb4c886c879d8ad99feac9cf319 upstream.

The workaround for the CELL timebase bug does not correctly mark cr0 as
being clobbered. This means GCC doesn't know that the asm block changes cr0 and
might leave the result of an unrelated comparison in cr0 across the block, which
we then trash, leading to basically random behaviour.

Fixes: 859deea949c3 ("[POWERPC] Cell timebase bug workaround")
Cc: stable@vger.kernel.org # v2.6.19+
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
[mpe: Tweak change log and flag for stable]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Willy Tarreau <w@1wt.eu>
arch/powerpc/include/asm/reg.h