diff options
Diffstat (limited to 'arch/mips/mm/tlb-r8k.c')
| -rw-r--r-- | arch/mips/mm/tlb-r8k.c | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/mm/tlb-r8k.c b/arch/mips/mm/tlb-r8k.c index 4f01a3be215..4ec95cc2df2 100644 --- a/arch/mips/mm/tlb-r8k.c +++ b/arch/mips/mm/tlb-r8k.c @@ -111,8 +111,7 @@ out_restore:  /* Usable for KV1 addresses only! */  void local_flush_tlb_kernel_range(unsigned long start, unsigned long end)  { -	unsigned long flags; -	int size; +	unsigned long size, flags;  	size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT;  	size = (size + 1) >> 1;  |