Changeset c9b8c5c in mainline for src/main/main.c


Ignore:
Timestamp:
2005-04-24T21:59:33Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad36bd6
Parents:
f07bba5
Message:

APIC changes and fixes.
Be more robust during MP configuration.

Do not use APIC ID as CPU_ID_ARCH anymore.
Changing APIC ID's is not a good idea.
Use dr0 register instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/main.c

    rf07bba5 rc9b8c5c  
    119119        mp_init();      /* Multiprocessor */
    120120        #endif /* __SMP__ */
     121       
     122        printf("config.cpu_count=%d\n", config.cpu_count);
    121123
    122124        cpu_init();
Note: See TracChangeset for help on using the changeset viewer.