mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Define some more common ip22 CPU features.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
aaa49075c6
commit
65dd7026a9
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,12 @@
|
|||
/*
|
||||
* IP22 with a variety of processors so we can't use defaults for everything.
|
||||
*/
|
||||
#define cpu_has_tlb 1
|
||||
#define cpu_has_4kex 1
|
||||
#define cpu_has_4ktlb 1
|
||||
#define cpu_has_fpu 1
|
||||
#define cpu_has_32fpr 1
|
||||
#define cpu_has_counter 1
|
||||
#define cpu_has_mips16 0
|
||||
#define cpu_has_divec 0
|
||||
#define cpu_has_cache_cdex_p 1
|
||||
|
|
Loading…
Reference in a new issue