Changeset 45b26dad in mainline for kernel/arch/sparc64/include/asm.h
- Timestamp:
- 2006-09-26T12:59:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b44939b
- Parents:
- 6ff1f1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/asm.h
r6ff1f1e r45b26dad 359 359 } 360 360 361 /** Read UPA_CONFIG register. 362 * 363 * @return Value of the UPA_CONFIG register. 364 */ 365 static inline uint64_t upa_config_read(void) 366 { 367 return asi_u64_read(ASI_UPA_CONFIG, 0); 368 } 369 361 370 extern void cpu_halt(void); 362 371 extern void cpu_sleep(void);
Note:
See TracChangeset
for help on using the changeset viewer.