Changeset e7b7be3f in mainline for kernel/arch/amd64/include/memstr.h


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/amd64/include/memstr.h

    r62c63fc re7b7be3f  
    5252        unative_t d0, d1, d2;
    5353
    54         __asm__ __volatile__(
     54        asm volatile(
    5555                "rep movsq\n\t"
    5656                "movq %4, %%rcx\n\t"
     
    8383        unative_t ret;
    8484       
    85         __asm__ (
     85        asm (
    8686                "repe cmpsb\n\t"
    8787                "je 1f\n\t"
     
    109109        unative_t d0, d1;
    110110       
    111         __asm__ __volatile__ (
     111        asm volatile (
    112112                "rep stosw\n\t"
    113113                : "=&D" (d0), "=&c" (d1), "=a" (x)
     
    131131        unative_t d0, d1;
    132132       
    133         __asm__ __volatile__ (
     133        asm volatile (
    134134                "rep stosb\n\t"
    135135                : "=&D" (d0), "=&c" (d1), "=a" (x)
Note: See TracChangeset for help on using the changeset viewer.