Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
d0c91ae2
Commit
d0c91ae2
authored
Mar 05, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Export __copy_user_inatomic.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
b961153b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
arch/mips/kernel/mips_ksyms.c
arch/mips/kernel/mips_ksyms.c
+1
-0
include/asm-mips/uaccess.h
include/asm-mips/uaccess.h
+2
-0
No files found.
arch/mips/kernel/mips_ksyms.c
View file @
d0c91ae2
...
...
@@ -37,6 +37,7 @@ EXPORT_SYMBOL(kernel_thread);
* Userspace access stuff.
*/
EXPORT_SYMBOL
(
__copy_user
);
EXPORT_SYMBOL
(
__copy_user_inatomic
);
EXPORT_SYMBOL
(
__bzero
);
EXPORT_SYMBOL
(
__strncpy_from_user_nocheck_asm
);
EXPORT_SYMBOL
(
__strncpy_from_user_asm
);
...
...
include/asm-mips/uaccess.h
View file @
d0c91ae2
...
...
@@ -435,6 +435,8 @@ extern size_t __copy_user(void *__to, const void *__from, size_t __n);
__cu_len; \
})
extern
size_t
__copy_user_inatomic
(
void
*
__to
,
const
void
*
__from
,
size_t
__n
);
#define __copy_to_user_inatomic(to,from,n) \
({ \
void __user *__cu_to; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment