Changeset 5f85c91 in mainline for generic/include/cpu.h
- Timestamp:
- 2005-11-08T12:22:35Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36a140b
- Parents:
- 389f41e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/cpu.h
r389f41e r5f85c91 53 53 link_t timeout_active_head; 54 54 55 #ifdef __SMP__55 #ifdef CONFIG_SMP 56 56 int kcpulbstarted; 57 57 waitq_t kcpulb_wq; 58 #endif /* __SMP__*/58 #endif /* CONFIG_SMP */ 59 59 60 60 int id;
Note:
See TracChangeset
for help on using the changeset viewer.