Rev 1112 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1112 | Rev 1121 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | * |
40 | * |
41 | */ |
41 | */ |
42 | void userspace(uspace_arg_t *kernel_uarg) |
42 | void userspace(uspace_arg_t *kernel_uarg) |
43 | { |
43 | { |
44 | ipl_t ipl; |
44 | ipl_t ipl; |
45 | 45 | ||
46 | ipl = interrupts_disable(); |
46 | ipl = interrupts_disable(); |
47 | 47 | ||
48 | __asm__ volatile ( |
48 | __asm__ volatile ( |
49 | /* |
49 | /* |
50 | * Clear nested task flag. |
50 | * Clear nested task flag. |