Changeset e7b7be3f in mainline for kernel/arch/ia32/src/pm.c
- Timestamp:
- 2007-01-22T13:10:08Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f3fc9b
- Parents:
- 62c63fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/pm.c
r62c63fc re7b7be3f 148 148 static void clean_IOPL_NT_flags(void) 149 149 { 150 __asm__volatile (150 asm volatile ( 151 151 "pushfl\n" 152 152 "pop %%eax\n" … … 161 161 static void clean_AM_flag(void) 162 162 { 163 __asm__volatile (163 asm volatile ( 164 164 "mov %%cr0, %%eax\n" 165 165 "and $0xfffbffff, %%eax\n"
Note:
See TracChangeset
for help on using the changeset viewer.