Changeset eaa202a in mainline


Ignore:
Timestamp:
2006-04-27T16:36:44Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9179d0a
Parents:
4790dbc
Message:

Same 24 - > 32 bit lgdt patch on amd64 arch. Now both ia32 and amd64 platforms are able to have AP GDTs in all lowest 4GB of physicall memory.

File:
1 edited

Legend:

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

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