Changeset e7b7be3f in mainline for kernel/arch/ia32xen/src


Ignore:
Timestamp:
2007-01-22T13:10:08Z (19 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/ia32xen/src/pm.c

    r62c63fc re7b7be3f  
    133133static void clean_IOPL_NT_flags(void)
    134134{
    135 //      __asm__ volatile (
     135//      asm volatile (
    136136//              "pushfl\n"
    137137//              "pop %%eax\n"
     
    146146static void clean_AM_flag(void)
    147147{
    148 //      __asm__ volatile (
     148//      asm volatile (
    149149//              "mov %%cr0, %%eax\n"
    150150//              "and $0xfffbffff, %%eax\n"
Note: See TracChangeset for help on using the changeset viewer.