Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
8afcb5d8
Commit
8afcb5d8
authored
Oct 04, 2005
by
Ralf Baechle
Browse files
Detect 4KSD and treat it like 4KSc.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
d50f7ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/mips/kernel/cpu-probe.c
View file @
8afcb5d8
...
...
@@ -548,6 +548,7 @@ static inline void cpu_probe_mips(struct cpuinfo_mips *c)
c
->
cputype
=
CPU_4KEC
;
break
;
case
PRID_IMP_4KSC
:
case
PRID_IMP_4KSD
:
c
->
cputype
=
CPU_4KSC
;
break
;
case
PRID_IMP_5KC
:
...
...
Write
Preview
Supports
Markdown
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