Changeset 5cca935 in mainline


Ignore:
Timestamp:
2010-07-01T16:26:53Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eee047c
Parents:
9110ff0
Message:

Optimize CLEAR_NT_FLAG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/asm.S

    r9110ff0 r5cca935  
    142142.macro CLEAR_NT_FLAG
    143143        pushfl
    144         pop %ecx
    145         and $0xffffbfff, %ecx
    146         push %ecx
     144        andl $0xffffbfff, (%esp)
    147145        popfl
    148146.endm   
Note: See TracChangeset for help on using the changeset viewer.