Changes in kernel/generic/src/main/uinit.c [9a61ba5:8688a6e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/uinit.c
r9a61ba5 r8688a6e 81 81 free((uspace_arg_t *) arg); 82 82 83 /*84 * Disable interrupts so that the execution of userspace() is not85 * disturbed by any interrupts as some of the userspace()86 * implementations will switch to the userspace stack before switching87 * the mode.88 */89 (void) interrupts_disable();90 83 userspace(&uarg); 91 84 }
Note:
See TracChangeset
for help on using the changeset viewer.