Subversion Repositories HelenOS-historic

Rev

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

Rev 1078 Rev 1102
Line 43... Line 43...
43
{
43
{
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 */
-
 
49
    ipl &= ~ (0xbc4);
-
 
50
 
48
    __asm__ volatile (""
51
    __asm__ volatile (""
49
              "pushq %0\n"
52
              "pushq %0\n"
50
              "pushq %1\n"
53
              "pushq %1\n"
51
              "pushq %2\n"
54
              "pushq %2\n"
52
              "pushq %3\n"
55
              "pushq %3\n"