Changeset 040542aa in mainline
- Timestamp:
- 2006-05-21T20:43:50Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 56789125
- Parents:
- 48c1ef9
- Location:
- arch/ppc64/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc64/include/asm.h
r48c1ef9 r040542aa 139 139 } 140 140 141 void cpu_halt(void); 141 static inline void cpu_halt(void) 142 { 143 asm volatile ( 144 "b 0\n" 145 ); 146 } 147 142 148 void asm_delay_loop(__u32 t); 143 149 -
arch/ppc64/include/types.h
r48c1ef9 r040542aa 47 47 typedef __u64 ipl_t; 48 48 49 typedef __u 32__native;49 typedef __u64 __native; 50 50 51 51 /** Page Table Entry. */
Note:
See TracChangeset
for help on using the changeset viewer.