Changeset 040542aa in mainline


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

Location:
arch/ppc64/include
Files:
2 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
  • arch/ppc64/include/types.h

    r48c1ef9 r040542aa  
    4747typedef __u64 ipl_t;
    4848
    49 typedef __u32 __native;
     49typedef __u64 __native;
    5050
    5151/** Page Table Entry. */
Note: See TracChangeset for help on using the changeset viewer.