Changeset 98000fb in mainline for kernel/generic/include/config.h
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/config.h
r69e68e3 r98000fb 51 51 52 52 typedef struct { 53 count_t cnt;53 size_t cnt; 54 54 init_task_t tasks[CONFIG_INIT_TASKS]; 55 55 } init_t; … … 66 66 67 67 typedef struct { 68 count_t cpu_count; /**< Number of processors detected. */69 volatile count_t cpu_active; /**< Number of processors that are up and running. */68 size_t cpu_count; /**< Number of processors detected. */ 69 volatile size_t cpu_active; /**< Number of processors that are up and running. */ 70 70 71 71 uintptr_t base;
Note:
See TracChangeset
for help on using the changeset viewer.