Changeset f429331 in mainline for kernel/arch/sparc64/include/cpu.h
- Timestamp:
- 2007-01-21T18:52:11Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da1f9dc
- Parents:
- 8dbc18c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/cpu.h
r8dbc18c rf429331 52 52 #define IMPL_SPARC64V 0x5 53 53 54 struct cpu_arch{54 typedef struct { 55 55 uint32_t mid; /**< Processor ID as read from UPA_CONFIG. */ 56 56 ver_reg_t ver; 57 57 uint32_t clock_frequency; /**< Processor frequency in Hz. */ 58 58 uint64_t next_tick_cmpr; /**< Next clock interrupt should be 59 * generated when the TICK register 60 * matches this value. 61 */ 62 }; 59 generated when the TICK register 60 matches this value. */ 61 } cpu_arch_t; 63 62 64 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.