Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
722640a9
Commit
722640a9
authored
May 22, 2014
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: RM9000: Remove support for probing the CPU core.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
9ef988dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/cpu-probe.c
+0
-15
No files found.
arch/mips/kernel/cpu-probe.c
View file @
722640a9
...
...
@@ -684,21 +684,6 @@ static inline void cpu_probe_legacy(struct cpuinfo_mips *c, unsigned int cpu)
*/
c
->
tlbsize
=
(
read_c0_info
()
&
(
1
<<
29
))
?
64
:
48
;
break
;
case
PRID_IMP_RM9000
:
c
->
cputype
=
CPU_RM9000
;
__cpu_name
[
cpu
]
=
"RM9000"
;
set_isa
(
c
,
MIPS_CPU_ISA_IV
);
c
->
options
=
R4K_OPTS
|
MIPS_CPU_FPU
|
MIPS_CPU_32FPR
|
MIPS_CPU_LLSC
;
/*
* Bit 29 in the info register of the RM9000
* indicates if the TLB has 48 or 64 entries.
*
* 29 1 => 64 entry JTLB
* 0 => 48 entry JTLB
*/
c
->
tlbsize
=
(
read_c0_info
()
&
(
1
<<
29
))
?
64
:
48
;
break
;
case
PRID_IMP_R8000
:
c
->
cputype
=
CPU_R8000
;
__cpu_name
[
cpu
]
=
"RM8000"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment