]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Add SCV FSCR bit for ISA v3.0
authorNicholas Piggin <npiggin@gmail.com>
Fri, 7 Apr 2017 01:27:44 +0000 (11:27 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 13 Apr 2017 13:34:32 +0000 (23:34 +1000)
commitbdb6244d7226479a4581acea41f4bc5bafcbebd5
treec7b8f96f7e244d47dd6240e0e06d6929a9bc4cbd
parentf76df1340c8b4a662d503d4f33de57c04791e56b
powerpc/64s: Add SCV FSCR bit for ISA v3.0

Add the bit definition and use it in facility_unavailable_exception() so we can
intelligently report the cause if we take a fault for SCV. This doesn't actually
enable SCV.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
[mpe: Drop whitespace changes to the existing entries, flush out change log]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/reg.h
arch/powerpc/kernel/traps.c