]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Flush huge TLB
authorHillf Danton <dhillf@gmail.com>
Wed, 11 Jan 2012 14:37:13 +0000 (15:37 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 11 Jan 2012 14:37:13 +0000 (15:37 +0100)
commitdd44ef17798b0452ff1758968713498a00131c5b
tree0c8f1d7bc8ac30ee10d7edbb8463f496a75082b2
parentfd2a23192825790bfd617fe3efe0bc10584ba18e
MIPS: Flush huge TLB

When flushing TLB, if @vma is backed by huge page, we could flush huge
TLB, due to that huge page is defined to be far from normal page.

Signed-off-by: Hillf Danton <dhillf@gmail.com>
Acked-by: David Daney <david.daney@cavium.com>
Cc: linux-mips@linux-mips.org
Cc: "Jayachandran C." <jayachandranc@netlogicmicro.com>
Patchwork: https://patchwork.linux-mips.org/patch/2825/
Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Hillf Danton <dhillf@gmail.com>
Patchwork: https://patchwork.linux-mips.org/patch/3114/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/page.h
arch/mips/mm/tlb-r4k.c