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
fcfd980c
Commit
fcfd980c
authored
Feb 01, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Oprofile: Support for 34K UP kernels.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
d1e30a63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
arch/mips/oprofile/common.c
arch/mips/oprofile/common.c
+1
-0
arch/mips/oprofile/op_model_mipsxx.c
arch/mips/oprofile/op_model_mipsxx.c
+6
-0
No files found.
arch/mips/oprofile/common.c
View file @
fcfd980c
...
...
@@ -79,6 +79,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
case
CPU_20KC
:
case
CPU_24K
:
case
CPU_25KF
:
case
CPU_34K
:
case
CPU_SB1
:
case
CPU_SB1A
:
lmodel
=
&
op_model_mipsxx
;
...
...
arch/mips/oprofile/op_model_mipsxx.c
View file @
fcfd980c
...
...
@@ -201,6 +201,12 @@ static int __init mipsxx_init(void)
op_model_mipsxx
.
cpu_type
=
"mips/25K"
;
break
;
#ifndef CONFIG_SMP
case
CPU_34K
:
op_model_mipsxx
.
cpu_type
=
"mips/34K"
;
break
;
#endif
case
CPU_5KC
:
op_model_mipsxx
.
cpu_type
=
"mips/5K"
;
break
;
...
...
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