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
e76a0136
Commit
e76a0136
authored
Aug 27, 2009
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Fix up sh4_flush_dcache_page() build on UP.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
64a6d722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
arch/sh/mm/cache-sh4.c
arch/sh/mm/cache-sh4.c
+2
-1
No files found.
arch/sh/mm/cache-sh4.c
View file @
e76a0136
...
...
@@ -103,8 +103,9 @@ static inline void flush_cache_4096(unsigned long start,
* Write back & invalidate the D-cache of the page.
* (To avoid "alias" issues)
*/
static
void
sh4_flush_dcache_page
(
void
*
page
)
static
void
sh4_flush_dcache_page
(
void
*
arg
)
{
struct
page
*
page
=
arg
;
#ifndef CONFIG_SMP
struct
address_space
*
mapping
=
page_mapping
(
page
);
...
...
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