Changeset e7b7be3f in mainline for kernel/arch/ia32xen/src
- Timestamp:
- 2007-01-22T13:10:08Z (19 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/ia32xen/src/pm.c
r62c63fc re7b7be3f 133 133 static void clean_IOPL_NT_flags(void) 134 134 { 135 // __asm__volatile (135 // asm volatile ( 136 136 // "pushfl\n" 137 137 // "pop %%eax\n" … … 146 146 static void clean_AM_flag(void) 147 147 { 148 // __asm__volatile (148 // asm volatile ( 149 149 // "mov %%cr0, %%eax\n" 150 150 // "and $0xfffbffff, %%eax\n"
Note:
See TracChangeset
for help on using the changeset viewer.