Changeset f169b7b in mainline


Ignore:
Timestamp:
2007-05-09T23:04:57Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3fed18
Parents:
6fa4888b
Message:

remove forgotten movs

File:
1 edited

Legend:

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

    r6fa4888b rf169b7b  
    103103                "movl %4, %%eax\n"
    104104                "cpuid\n"
    105                
    106                 "movl %%eax, %0\n"
    107                 "movl %%ebx, %1\n"
    108                 "movl %%ecx, %2\n"
    109                 "movl %%edx, %3\n"
    110105                : "=a" (info->cpuid_eax), "=b" (info->cpuid_ebx), "=c" (info->cpuid_ecx), "=d" (info->cpuid_edx)
    111106                : "m" (cmd)
Note: See TracChangeset for help on using the changeset viewer.