Changeset 6fa4888b in mainline for kernel/arch/ia32/include/cpuid.h
- Timestamp:
- 2007-05-09T22:26:47Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f169b7b
- Parents:
- 5c8ba05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/cpuid.h
r5c8ba05 r6fa4888b 108 108 "movl %%ecx, %2\n" 109 109 "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) 111 111 : "m" (cmd) 112 : "eax", "ebx", "ecx", "edx"113 112 ); 114 113 }
Note:
See TracChangeset
for help on using the changeset viewer.