x86: export copy_from_user_ll_nocache[_nozero]
Cc: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
4bc408a5b9
commit
914c82694c
1 changed files with 2 additions and 0 deletions
|
@ -817,6 +817,7 @@ unsigned long __copy_from_user_ll_nocache(void *to, const void __user *from,
|
||||||
#endif
|
#endif
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(__copy_from_user_ll_nocache);
|
||||||
|
|
||||||
unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from,
|
unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *from,
|
||||||
unsigned long n)
|
unsigned long n)
|
||||||
|
@ -831,6 +832,7 @@ unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *fr
|
||||||
#endif
|
#endif
|
||||||
return n;
|
return n;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(__copy_from_user_ll_nocache_nozero);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* copy_to_user: - Copy a block of data into user space.
|
* copy_to_user: - Copy a block of data into user space.
|
||||||
|
|
Loading…
Add table
Reference in a new issue