Subversion Repositories HelenOS

Rev

Rev 2071 | Rev 2099 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2082
Line 49... Line 49...
49
{
49
{
50
    ipl_t ipl;
50
    ipl_t ipl;
51
 
51
 
52
    ipl = interrupts_disable();
52
    ipl = interrupts_disable();
53
 
53
 
54
    __asm__ volatile (
54
    asm volatile (
55
        /*
55
        /*
56
         * Clear nested task flag.
56
         * Clear nested task flag.
57
         */
57
         */
58
        "pushfl\n"
58
        "pushfl\n"
59
        "pop %%eax\n"
59
        "pop %%eax\n"