MIPS: MIPS16e2: Identify ASE presence
authorMaciej W. Rozycki <macro@imgtec.com>
Tue, 23 May 2017 12:37:05 +0000 (13:37 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 5 Jul 2017 12:06:44 +0000 (14:06 +0200)
commit8d1630f13754f1435d3ea7078829121c52f38d15
tree0d5b43fa9aa8c2f284a887110e0d2365030c3db7
parentbdb94f6e824d5bd1577c3f80cbe0c6b4beab5a5c
MIPS: MIPS16e2: Identify ASE presence

Identify the presence of the MIPS16e2 ASE as per the architecture
specification[1], by checking for CP0 Config5.CA2 bit being 1[2].

References:

[1] "MIPS32 Architecture for Programmers: MIPS16e2 Application-Specific
    Extension Technical Reference Manual", Imagination Technologies
    Ltd., Document Number: MD01172, Revision 01.00, April 26, 2016,
    Section 1.2 "Software Detection of the ASE", p. 5

[2] "MIPS32 interAptiv Multiprocessing System Software User's Manual",
    Imagination Technologies Ltd., Document Number: MD00904, Revision
    02.01, June 15, 2016, Section 2.2.1.6 "Device Configuration 5 --
    Config5 (CP0 Register 16, Select 5)", pp. 71-72

Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/16094/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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