Commit d5dbcfe7 authored by Benjamin Berg's avatar Benjamin Berg Committed by Richard Weinberger

um: Declare fix_range_common as a static function

It is only used within the same file.
Signed-off-by: default avatarBenjamin Berg <benjamin@sipsolutions.net>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent d119595f
...@@ -314,8 +314,8 @@ static inline int update_p4d_range(pgd_t *pgd, unsigned long addr, ...@@ -314,8 +314,8 @@ static inline int update_p4d_range(pgd_t *pgd, unsigned long addr,
return ret; return ret;
} }
void fix_range_common(struct mm_struct *mm, unsigned long start_addr, static void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
unsigned long end_addr, int force) unsigned long end_addr, int force)
{ {
pgd_t *pgd; pgd_t *pgd;
struct host_vm_change hvc; struct host_vm_change hvc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment