Changeset 48c1ef9 in mainline for arch/ppc64/include/byteorder.h


Ignore:
Timestamp:
2006-05-21T20:38:18Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
040542aa
Parents:
bd55bbb
Message:

port ppc32 changes to ppc64 (raw)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc64/include/byteorder.h

    rbd55bbb r48c1ef9  
    5454        __address v;
    5555       
    56         __asm__ volatile ("lwbrx %0, %1, %2\n" : "=r" (v) : "i" (0) , "r" (&n));
    57        
     56        asm volatile (
     57                "lwbrx %0, %1, %2\n"
     58                : "=r" (v)
     59                : "i" (0), "r" (&n)
     60        );
    5861        return v;
    5962}
     63
    6064#endif
Note: See TracChangeset for help on using the changeset viewer.