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
3f90b82d
Commit
3f90b82d
authored
Jun 27, 2013
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: tlbex: Fix size of area to be flushed.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
a3d9086b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/mips/mm/tlbex.c
arch/mips/mm/tlbex.c
+1
-1
No files found.
arch/mips/mm/tlbex.c
View file @
3f90b82d
...
@@ -2191,7 +2191,7 @@ static void __cpuinit flush_tlb_handlers(void)
...
@@ -2191,7 +2191,7 @@ static void __cpuinit flush_tlb_handlers(void)
(
unsigned
long
)
handle_tlbm
+
sizeof
(
handle_tlbm
));
(
unsigned
long
)
handle_tlbm
+
sizeof
(
handle_tlbm
));
#ifdef CONFIG_MIPS_PGD_C0_CONTEXT
#ifdef CONFIG_MIPS_PGD_C0_CONTEXT
local_flush_icache_range
((
unsigned
long
)
tlbmiss_handler_setup_pgd_array
,
local_flush_icache_range
((
unsigned
long
)
tlbmiss_handler_setup_pgd_array
,
(
unsigned
long
)
tlbmiss_handler_setup_pgd_array
+
sizeof
(
handle_tlbm
));
(
unsigned
long
)
tlbmiss_handler_setup_pgd_array
+
sizeof
(
tlbmiss_handler_setup_pgd_array
));
#endif
#endif
}
}
...
...
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