Changeset d5f8f19 in mainline for kernel/generic/src/main/uinit.c
- Timestamp:
- 2009-08-08T13:17:08Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 42cfd91, 54d0ddc
- Parents:
- a7de7907 (diff), 8688a6e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/uinit.c
ra7de7907 rd5f8f19 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.