Rev 3913 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3913 | Rev 3922 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
- | 35 | #include <config.h> |
|
35 | #include <smp/smp.h> |
36 | #include <smp/smp.h> |
- | 37 | #include <arch/arch.h> |
|
36 | 38 | ||
37 | #ifdef CONFIG_SMP |
39 | #ifdef CONFIG_SMP |
38 | 40 | ||
39 | void smp_init(void) |
41 | void smp_init(void) |
40 | { |
42 | { |
- | 43 | config.cpu_count = cpu_count; |
|
41 | } |
44 | } |
42 | 45 | ||
43 | void kmp(void *arg __attribute__((unused))) |
46 | void kmp(void *arg __attribute__((unused))) |
44 | { |
47 | { |
45 | } |
48 | } |