Changeset f429331 in mainline for kernel/generic/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/generic/include/cpu.h
r8dbc18c rf429331 53 53 * There is one structure like this for every processor. 54 54 */ 55 struct cpu{55 typedef struct { 56 56 SPINLOCK_DECLARE(lock); 57 57 … … 92 92 */ 93 93 uint8_t *stack; 94 } ;94 } cpu_t; 95 95 96 96 extern cpu_t *cpus;
Note:
See TracChangeset
for help on using the changeset viewer.