Changeset e7b7be3f in mainline for kernel/arch/mips32/include/asm.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/mips32/include/asm.h

    r62c63fc re7b7be3f  
    4444{
    4545        /* Most of the simulators do not support */
    46 /*      __asm__ volatile ("wait"); */
     46/*      asm volatile ("wait"); */
    4747}
    4848
     
    5757        uintptr_t v;
    5858       
    59         __asm__ volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));
     59        asm volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));
    6060       
    6161        return v;
Note: See TracChangeset for help on using the changeset viewer.