Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
25006644
Commit
25006644
authored
Jan 08, 2009
by
Robert Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc/oprofile: fix whitespaces in op_model_cell.c
Signed-off-by:
Robert Richter
<
robert.richter@amd.com
>
parent
88382329
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
arch/powerpc/oprofile/op_model_cell.c
arch/powerpc/oprofile/op_model_cell.c
+11
-13
No files found.
arch/powerpc/oprofile/op_model_cell.c
View file @
25006644
...
@@ -658,9 +658,8 @@ static void spu_evnt_swap(unsigned long data)
...
@@ -658,9 +658,8 @@ static void spu_evnt_swap(unsigned long data)
*/
*/
ret
=
pm_rtas_activate_signals
(
cbe_cpu_to_node
(
cpu
),
3
);
ret
=
pm_rtas_activate_signals
(
cbe_cpu_to_node
(
cpu
),
3
);
if
(
ret
)
if
(
ret
)
printk
(
KERN_ERR
printk
(
KERN_ERR
"%s: pm_rtas_activate_signals failed, "
"%s: pm_rtas_activate_signals failed, SPU event swap
\n
"
,
"SPU event swap
\n
"
,
__func__
);
__func__
);
/* clear the trace buffer, don't want to take PC for
/* clear the trace buffer, don't want to take PC for
* previous SPU*/
* previous SPU*/
...
@@ -1422,8 +1421,7 @@ static int cell_global_start_ppu(struct op_counter_config *ctr)
...
@@ -1422,8 +1421,7 @@ static int cell_global_start_ppu(struct op_counter_config *ctr)
if
(
ctr_enabled
&
(
1
<<
i
))
{
if
(
ctr_enabled
&
(
1
<<
i
))
{
cbe_write_ctr
(
cpu
,
i
,
reset_value
[
i
]);
cbe_write_ctr
(
cpu
,
i
,
reset_value
[
i
]);
enable_ctr
(
cpu
,
i
,
pm_regs
.
pm07_cntrl
);
enable_ctr
(
cpu
,
i
,
pm_regs
.
pm07_cntrl
);
interrupt_mask
|=
interrupt_mask
|=
CBE_PM_CTR_OVERFLOW_INTR
(
i
);
CBE_PM_CTR_OVERFLOW_INTR
(
i
);
}
else
{
}
else
{
/* Disable counter */
/* Disable counter */
cbe_write_pm07_control
(
cpu
,
i
,
0
);
cbe_write_pm07_control
(
cpu
,
i
,
0
);
...
...
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