Changeset 26678e5 in mainline for kernel/generic/src/main/kinit.c


Ignore:
Timestamp:
2006-09-26T15:10:40Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86b31ba9
Parents:
b44939b
Message:

Make SMP related parts of main.c more generic.
Move initialization of local APIC to architecture specific code.
Add arch_post_cpu_init() to support the above.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/kinit.c

    rb44939b r26678e5  
    6464
    6565#ifdef CONFIG_SMP
    66 #include <arch/smp/mps.h>
     66#include <smp/smp.h>
    6767#endif /* CONFIG_SMP */
    6868
     
    9595#ifdef CONFIG_SMP                       
    9696        if (config.cpu_count > 1) {
     97                waitq_initialize(&ap_completion_wq);
    9798                /*
    9899                 * Create the kmp thread and wait for its completion.
Note: See TracChangeset for help on using the changeset viewer.