Commit c83c069b authored by Anton Blanchard's avatar Anton Blanchard

ppc64: remove old comment, copy_tofrom_user zeros destination on a load fault

parent f76ee77d
...@@ -218,7 +218,6 @@ do { \ ...@@ -218,7 +218,6 @@ do { \
extern unsigned long __copy_tofrom_user(void *to, const void *from, extern unsigned long __copy_tofrom_user(void *to, const void *from,
unsigned long size); unsigned long size);
/* XXX should zero destination if fault happened */
static inline unsigned long static inline unsigned long
__copy_from_user(void *to, const void __user *from, unsigned long n) __copy_from_user(void *to, const void __user *from, unsigned long n)
{ {
......
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