Subversion Repositories HelenOS-historic

Rev

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

Rev 1102 Rev 1119
Line 44... Line 44...
44
    ipl_t ipl;
44
    ipl_t ipl;
45
   
45
   
46
    ipl = interrupts_disable();
46
    ipl = interrupts_disable();
47
 
47
 
48
    /* Clear CF,PF,AF,ZF,SF,DF,OF */
48
    /* Clear CF,PF,AF,ZF,SF,DF,OF */
49
    ipl &= ~ (0xbc4);
49
    ipl &= ~(0xcd4);
50
 
50
 
51
    __asm__ volatile (""
51
    __asm__ volatile (""
52
              "pushq %0\n"
52
              "pushq %0\n"
53
              "pushq %1\n"
53
              "pushq %1\n"
54
              "pushq %2\n"
54
              "pushq %2\n"