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
5f362c91
Commit
5f362c91
authored
Feb 02, 2011
by
Mike Frysinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Blackfin: SMP: use standard cache functions
Signed-off-by:
Mike Frysinger
<
vapier@gentoo.org
>
parent
ef9d8c25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/blackfin/mach-common/smp.c
arch/blackfin/mach-common/smp.c
+3
-3
No files found.
arch/blackfin/mach-common/smp.c
View file @
5f362c91
...
@@ -105,10 +105,10 @@ static void ipi_flush_icache(void *info)
...
@@ -105,10 +105,10 @@ static void ipi_flush_icache(void *info)
struct
blackfin_flush_data
*
fdata
=
info
;
struct
blackfin_flush_data
*
fdata
=
info
;
/* Invalidate the memory holding the bounds of the flushed region. */
/* Invalidate the memory holding the bounds of the flushed region. */
blackfin_dcache_invalidat
e_range
((
unsigned
long
)
fdata
,
invalidate_dcach
e_range
((
unsigned
long
)
fdata
,
(
unsigned
long
)
fdata
+
sizeof
(
*
fdata
));
(
unsigned
long
)
fdata
+
sizeof
(
*
fdata
));
blackfin_icache_flush
_range
(
fdata
->
start
,
fdata
->
end
);
flush_icache
_range
(
fdata
->
start
,
fdata
->
end
);
}
}
static
void
ipi_call_function
(
unsigned
int
cpu
,
struct
ipi_message
*
msg
)
static
void
ipi_call_function
(
unsigned
int
cpu
,
struct
ipi_message
*
msg
)
...
...
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