Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/uinit.c

    r8688a6e r9a61ba5  
    8181        free((uspace_arg_t *) arg);
    8282       
     83        /*
     84         * Disable interrupts so that the execution of userspace() is not
     85         * disturbed by any interrupts as some of the userspace()
     86         * implementations will switch to the userspace stack before switching
     87         * the mode.
     88         */
     89        (void) interrupts_disable();
    8390        userspace(&uarg);
    8491}
Note: See TracChangeset for help on using the changeset viewer.