Changeset babcb148 in mainline for arch/ia32/src/ia32.c


Ignore:
Timestamp:
2005-04-27T21:19:42Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10a2e22
Parents:
434f700
Message:

ACPI detection code.
MP detection code rewrite.
Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/ia32.c

    r434f700 rbabcb148  
    8686        if (config.cpu_active == 1) {
    8787                ega_init();     /* video */
     88        }
     89}
     90
     91void arch_late_init()
     92{
     93        if (config.cpu_active == 1) {
     94                #ifdef __SMP__
    8895                acpi_init();
     96                mp_init();
     97                #endif /* __SMP__ */
    8998        }
    9099}
Note: See TracChangeset for help on using the changeset viewer.