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
nexedi
linux
Commits
8f8771a0
Commit
8f8771a0
authored
Jul 10, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] SMTC: Use current_cpu_data instead of cpu_data[smp_processor_id]
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
4ead1681
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/mips/kernel/smtc.c
arch/mips/kernel/smtc.c
+1
-1
No files found.
arch/mips/kernel/smtc.c
View file @
8f8771a0
...
...
@@ -1104,7 +1104,7 @@ void smtc_idle_loop_hook(void)
mtflags
=
dmt
();
pdb_msg
=
&
id_ho_db_msg
[
0
];
im
=
read_c0_status
();
vpe
=
c
pu_data
[
smp_processor_id
()]
.
vpe_id
;
vpe
=
c
urrent_cpu_data
.
vpe_id
;
for
(
bit
=
0
;
bit
<
8
;
bit
++
)
{
/*
* In current prototype, I/O interrupts
...
...
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