Subversion Repositories HelenOS

Rev

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

Rev 31 Rev 108
Line 41... Line 41...
41
 
41
 
42
 
42
 
43
cpu_private_data_t *cpu_private_data;
43
cpu_private_data_t *cpu_private_data;
44
cpu_t *cpus;
44
cpu_t *cpus;
45
 
45
 
-
 
46
 
-
 
47
/** Initialize CPUs
-
 
48
 *
-
 
49
 * Initialize kernel CPUs support.
-
 
50
 *
-
 
51
 */
46
void cpu_init(void) {
52
void cpu_init(void) {
47
    int i, j;
53
    int i, j;
48
   
54
   
49
    #ifdef __SMP__
55
    #ifdef __SMP__
50
    if (config.cpu_active == 1) {
56
    if (config.cpu_active == 1) {