projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3d9086
)
MIPS: tlbex: Fix size of area to be flushed.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 27 Jun 2013 00:04:25 +0000
(
02:04
+0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 27 Jun 2013 00:04:25 +0000
(
02:04
+0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlbex.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/tlbex.c
b/arch/mips/mm/tlbex.c
index
7f6cd46
..
2f88fd3
100644
(file)
--- a/
arch/mips/mm/tlbex.c
+++ b/
arch/mips/mm/tlbex.c
@@
-2191,7
+2191,7
@@
static void __cpuinit flush_tlb_handlers(void)
(unsigned long)handle_tlbm + sizeof(handle_tlbm));
#ifdef CONFIG_MIPS_PGD_C0_CONTEXT
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
}