um: make flush_tlb_kernel_range_common() static
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
5ade8878e0
commit
c75d053b70
@ -9,7 +9,5 @@
|
|||||||
#include "um_mmu.h"
|
#include "um_mmu.h"
|
||||||
|
|
||||||
extern void force_flush_all(void);
|
extern void force_flush_all(void);
|
||||||
extern int flush_tlb_kernel_range_common(unsigned long start,
|
|
||||||
unsigned long end);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -287,7 +287,7 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int flush_tlb_kernel_range_common(unsigned long start, unsigned long end)
|
static int flush_tlb_kernel_range_common(unsigned long start, unsigned long end)
|
||||||
{
|
{
|
||||||
struct mm_struct *mm;
|
struct mm_struct *mm;
|
||||||
pgd_t *pgd;
|
pgd_t *pgd;
|
||||||
|
Loading…
Reference in New Issue
Block a user