diff options
author | Sanjay Lal <sanjayl@kymasys.com> | 2012-11-21 21:34:10 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-07 21:55:36 -0400 |
commit | f2e3656d23b7e2465da22966feef6170e9b28b2b (patch) | |
tree | e4ca4c52595a9208d60567a404b04e5ab86e4bad /arch/mips/mm/tlb-r4k.c | |
parent | f5c236dd0aaf356627cffc1e0e4ce8a52c534e42 (diff) |
MIPS: Export routines needed by the KVM module.
Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlb-r4k.c')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index 493131c81a29..c643de4c473a 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c | |||
@@ -13,6 +13,7 @@ | |||
13 | #include <linux/smp.h> | 13 | #include <linux/smp.h> |
14 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
15 | #include <linux/hugetlb.h> | 15 | #include <linux/hugetlb.h> |
16 | #include <linux/module.h> | ||
16 | 17 | ||
17 | #include <asm/cpu.h> | 18 | #include <asm/cpu.h> |
18 | #include <asm/bootinfo.h> | 19 | #include <asm/bootinfo.h> |
@@ -94,6 +95,7 @@ void local_flush_tlb_all(void) | |||
94 | FLUSH_ITLB; | 95 | FLUSH_ITLB; |
95 | EXIT_CRITICAL(flags); | 96 | EXIT_CRITICAL(flags); |
96 | } | 97 | } |
98 | EXPORT_SYMBOL(local_flush_tlb_all); | ||
97 | 99 | ||
98 | /* All entries common to a mm share an asid. To effectively flush | 100 | /* All entries common to a mm share an asid. To effectively flush |
99 | these entries, we just bump the asid. */ | 101 | these entries, we just bump the asid. */ |