Subversion Repositories HelenOS-historic

Rev

Rev 16 | Rev 28 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16 Rev 20
Line 71... Line 71...
71
/*
71
/*
72
 * read/write by associated CPU
72
 * read/write by associated CPU
73
 * read only by other CPUs
73
 * read only by other CPUs
74
 */
74
 */
75
struct cpu_private_data {
75
struct cpu_private_data {
76
    cpu_t *cpu;
-
 
77
    thread_t *thread;
76
    thread_t *thread;
78
    task_t *task;
77
    task_t *task;
79
};
78
};
80
 
79
 
81
extern cpu_private_data_t *cpu_private_data;
80
extern cpu_private_data_t *cpu_private_data;