Changeset 8262010 in mainline for include/cpu.h
- Timestamp:
- 2005-04-10T16:36:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23c0c08
- Parents:
- 43114c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/cpu.h
r43114c5 r8262010 69 69 }; 70 70 71 struct cpu_private_page { 71 /* 72 * read/write by associated CPU 73 * read only by other CPUs 74 */ 75 struct cpu_private_data { 72 76 cpu_t *cpu; 73 77 thread_t *thread; … … 75 79 }; 76 80 81 extern cpu_private_data_t *cpu_private_data; 77 82 extern cpu_t *cpus; 78 83
Note:
See TracChangeset
for help on using the changeset viewer.