Rev 3343 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3862 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <syscall/copy.h> |
41 | #include <syscall/copy.h> |
42 | #include <proc/thread.h> |
42 | #include <proc/thread.h> |
43 | #include <mm/as.h> |
43 | #include <mm/as.h> |
44 | #include <macros.h> |
44 | #include <macros.h> |
45 | #include <arch.h> |
45 | #include <arch.h> |
- | 46 | #include <arch/asm.h> |
|
46 | #include <errno.h> |
47 | #include <errno.h> |
47 | 48 | ||
48 | /** Copy data from userspace to kernel. |
49 | /** Copy data from userspace to kernel. |
49 | * |
50 | * |
50 | * Provisions are made to return value even after page fault. |
51 | * Provisions are made to return value even after page fault. |