Subversion Repositories HelenOS

Rev

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

Rev 142 Rev 144
Line 44... Line 44...
44
    pri_t pri;
44
    pri_t pri;
45
   
45
   
46
    pri = cpu_priority_high();
46
    pri = cpu_priority_high();
47
 
47
 
48
    __asm__ volatile (""
48
    __asm__ volatile (""
49
    // CLNT
49
    /* CLNT */
50
        "pushfl;"
50
        "pushfl;"
51
        "pop %%eax;"
51
        "pop %%eax;"
52
        "and $0xFFFFBFFF,%%eax;"
52
        "and $0xFFFFBFFF,%%eax;"
53
        "push %%eax;"
53
        "push %%eax;"
54
        "popfl;"
54
        "popfl;"