Rev 452 | Rev 492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 452 | Rev 458 | ||
---|---|---|---|
Line 45... | Line 45... | ||
45 | #include <mm/heap.h> |
45 | #include <mm/heap.h> |
46 | #include <print.h> |
46 | #include <print.h> |
47 | #include <memstr.h> |
47 | #include <memstr.h> |
48 | #include <arch/i8259.h> |
48 | #include <arch/i8259.h> |
49 | 49 | ||
50 | #ifdef __SMP__ |
50 | #ifdef CONFIG_SMP |
51 | 51 | ||
52 | static struct smp_config_operations *ops = NULL; |
52 | static struct smp_config_operations *ops = NULL; |
53 | 53 | ||
54 | void smp_init(void) |
54 | void smp_init(void) |
55 | { |
55 | { |
Line 163... | Line 163... | ||
163 | * system initialization can go on. |
163 | * system initialization can go on. |
164 | */ |
164 | */ |
165 | waitq_wakeup(&kmp_completion_wq, WAKEUP_FIRST); |
165 | waitq_wakeup(&kmp_completion_wq, WAKEUP_FIRST); |
166 | } |
166 | } |
167 | 167 | ||
168 | #endif /* __SMP__ */ |
168 | #endif /* CONFIG_SMP */ |