Changeset 040542aa in mainline for arch/ppc64/include/asm.h


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

small fixes

File:
1 edited

Legend:

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

    r48c1ef9 r040542aa  
    139139}
    140140
    141 void cpu_halt(void);
     141static inline void cpu_halt(void)
     142{
     143        asm volatile (
     144                "b 0\n"
     145        );
     146}
     147
    142148void asm_delay_loop(__u32 t);
    143149
Note: See TracChangeset for help on using the changeset viewer.