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
c8c5f3fd
Commit
c8c5f3fd
authored
Oct 29, 2010
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: More detailed description of r4k_on_each_cpu
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
7837314d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
arch/mips/mm/c-r4k.c
arch/mips/mm/c-r4k.c
+1
-0
No files found.
arch/mips/mm/c-r4k.c
View file @
c8c5f3fd
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
* o collapses to normal function call on UP kernels
* o collapses to normal function call on UP kernels
* o collapses to normal function call on systems with a single shared
* o collapses to normal function call on systems with a single shared
* primary cache.
* primary cache.
* o doesn't disable interrupts on the local CPU
*/
*/
static
inline
void
r4k_on_each_cpu
(
void
(
*
func
)
(
void
*
info
),
void
*
info
,
static
inline
void
r4k_on_each_cpu
(
void
(
*
func
)
(
void
*
info
),
void
*
info
,
int
wait
)
int
wait
)
...
...
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