Changeset 4790dbc in mainline


Ignore:
Timestamp:
2006-04-27T16:31:11Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eaa202a
Parents:
4e09712
Message:

This patch enables 32 base of GDT on APs at boot. It should now be able to use GDTs allocated up of 16MB so I hope this patches AP crash bug ocurred in some memory configurations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/ap.S

    r4e09712 r4790dbc  
    5757        movw %ax, %ds
    5858
    59         lgdt ap_gdtr            # initialize Global Descriptor Table register
     59        lgdtl ap_gdtr           # initialize Global Descriptor Table register
    6060       
    6161        movl %cr0, %eax
Note: See TracChangeset for help on using the changeset viewer.