projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc408a
)
x86: export copy_from_user_ll_nocache[_nozero]
author
Andrew Morton
<akpm@osdl.org>
Wed, 30 Jan 2008 22:27:57 +0000
(23:27 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 22:27:57 +0000
(23:27 +0100)
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>
arch/x86/lib/usercopy_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/lib/usercopy_32.c
b/arch/x86/lib/usercopy_32.c
index
8bab2b2
..
9c4ffd5
100644
(file)
--- a/
arch/x86/lib/usercopy_32.c
+++ b/
arch/x86/lib/usercopy_32.c
@@
-817,6
+817,7
@@
unsigned long __copy_from_user_ll_nocache(void *to, const void __user *from,
#endif
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 n)
@@
-831,6
+832,7
@@
unsigned long __copy_from_user_ll_nocache_nozero(void *to, const void __user *fr
#endif
return n;
}
+EXPORT_SYMBOL(__copy_from_user_ll_nocache_nozero);
/**
* copy_to_user: - Copy a block of data into user space.