]> Git Repo - linux.git/commit
MIPS: Detect MIPSr6 Virtual Processor support
authorPaul Burton <[email protected]>
Wed, 3 Feb 2016 03:15:21 +0000 (03:15 +0000)
committerRalf Baechle <[email protected]>
Fri, 13 May 2016 12:01:47 +0000 (14:01 +0200)
commitf270d881fa552c9c21c37417af2bf95da9a74347
tree288743db1dfc7eb10d8a4bf0b590afbf539ca941
parent98c1c5078deba1feb9c040eb7708a299e41a8d84
MIPS: Detect MIPSr6 Virtual Processor support

MIPSr6 introduces support for "Virtual Processors", which are
conceptually similar to VPEs from the now-deprecated MT ASE. Detect
whether the system supports VPs using the VP bit in Config5, adding
cpu_has_vp for use by later patches.

Signed-off-by: Paul Burton <[email protected]>
Cc: [email protected]
Cc: Maciej W. Rozycki <[email protected]>
Cc: Joshua Kinard <[email protected]>
Cc: Steven J. Hill <[email protected]>
Cc: Leonid Yegoshin <[email protected]>
Cc: James Hogan <[email protected]>
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/12327/
Signed-off-by: Ralf Baechle <[email protected]>
arch/mips/include/asm/cpu-features.h
arch/mips/include/asm/cpu.h
arch/mips/include/asm/mipsregs.h
arch/mips/kernel/cpu-probe.c
This page took 0.039945 seconds and 4 git commands to generate.