Changeset e7b7be3f in mainline for kernel/arch/ia32/src/pm.c


Ignore:
Timestamp:
2007-01-22T13:10:08Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f3fc9b
Parents:
62c63fc
Message:

asm volatile → asm volatile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/pm.c

    r62c63fc re7b7be3f  
    148148static void clean_IOPL_NT_flags(void)
    149149{
    150         __asm__ volatile (
     150        asm volatile (
    151151                "pushfl\n"
    152152                "pop %%eax\n"
     
    161161static void clean_AM_flag(void)
    162162{
    163         __asm__ volatile (
     163        asm volatile (
    164164                "mov %%cr0, %%eax\n"
    165165                "and $0xfffbffff, %%eax\n"
Note: See TracChangeset for help on using the changeset viewer.