Changeset 6fa4888b in mainline for kernel/arch/ia32/include/cpuid.h


Ignore:
Timestamp:
2007-05-09T22:26:47Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f169b7b
Parents:
5c8ba05
Message:

allow to compile with -O0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/cpuid.h

    r5c8ba05 r6fa4888b  
    108108                "movl %%ecx, %2\n"
    109109                "movl %%edx, %3\n"
    110                 : "=m" (info->cpuid_eax), "=m" (info->cpuid_ebx), "=m" (info->cpuid_ecx), "=m" (info->cpuid_edx)
     110                : "=a" (info->cpuid_eax), "=b" (info->cpuid_ebx), "=c" (info->cpuid_ecx), "=d" (info->cpuid_edx)
    111111                : "m" (cmd)
    112                 : "eax", "ebx", "ecx", "edx"
    113112        );
    114113}
Note: See TracChangeset for help on using the changeset viewer.