mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
[MIPS] Enable support for the userlocal hardware register
Which will cut down the cost of RDHWR $29 which is used to obtain the TLS pointer and so far being emulated in software down to a single cycle operation. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
d223a86154
commit
a36920200c
7 changed files with 24 additions and 5 deletions
|
@ -257,6 +257,7 @@
|
|||
#define MIPS_CPU_PREFETCH 0x00080000 /* CPU has usable prefetch */
|
||||
#define MIPS_CPU_VINT 0x00100000 /* CPU supports MIPSR2 vectored interrupts */
|
||||
#define MIPS_CPU_VEIC 0x00200000 /* CPU supports MIPSR2 external interrupt controller mode */
|
||||
#define MIPS_CPU_ULRI 0x00400000 /* CPU has ULRI feature */
|
||||
|
||||
/*
|
||||
* CPU ASE encodings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue