Home
last modified time | relevance | path

Searched hist:"96 c79b6bd74039e8a799e4aa2d331cbd478ab5a1" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dprocess.cdiff 96c79b6bd74039e8a799e4aa2d331cbd478ab5a1 Wed Aug 16 08:01:18 CEST 2017 Benjamin Herrenschmidt <benh@kernel.crashing.org> powerpc: Remove more redundant VSX save/tests

__giveup_vsx/save_vsx are completely equivalent to testing MSR_FP
and MSR_VEC and calling the corresponding giveup/save function so
just remove the spurious VSX cases. Also add WARN_ONs checking that
we never have VSX enabled without the two other.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>