Changeset 7f1c620 in mainline for arch/ppc64/include/asm.h
- Timestamp:
 - 2006-07-04T17:17:56Z (19 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 0ffa3ef5
 - Parents:
 - 991779c5
 - File:
 - 
      
- 1 edited
 
- 
          
  arch/ppc64/include/asm.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
arch/ppc64/include/asm.h
r991779c5 r7f1c620 129 129 * The stack must start on page boundary. 130 130 */ 131 static inline __addressget_stack_base(void)131 static inline uintptr_t get_stack_base(void) 132 132 { 133 __addressv;133 uintptr_t v; 134 134 135 135 asm volatile ( … … 152 152 } 153 153 154 void asm_delay_loop( __u32t);154 void asm_delay_loop(uint32_t t); 155 155 156 extern void userspace_asm( __address uspace_uarg, __address stack, __addressentry);156 extern void userspace_asm(uintptr_t uspace_uarg, uintptr_t stack, uintptr_t entry); 157 157 158 158 #endif  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  