mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 09:20:54 +07:00
ARM: Gemini: fix compiler error in copypage-fa.c
Fix compiler error in copypage-fs.c missing struct vm_area_struct *vma in function fa_copy_user_highpage Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
This commit is contained in:
parent
352d4657b2
commit
a3be632716
@ -40,7 +40,7 @@ fa_copy_user_page(void *kto, const void *kfrom)
|
||||
}
|
||||
|
||||
void fa_copy_user_highpage(struct page *to, struct page *from,
|
||||
unsigned long vaddr)
|
||||
unsigned long vaddr, struct vm_area_struct *vma)
|
||||
{
|
||||
void *kto, *kfrom;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user