Changeset 946b630 in mainline for arch/amd64/src/pm.c


Ignore:
Timestamp:
2005-09-03T21:01:23Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5260478
Parents:
c835e7c
Message:

Reverted APIC mapping back to identity mapping.
Added AMD64 SMP support. Works now!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/pm.c

    rc835e7c r946b630  
    9292          .granularity = 1,
    9393          .base_24_31  = 0 },
    94         /* KTEXT 16-bit protected */
     94        /* KTEXT 32-bit protected */
    9595        { .limit_0_15  = 0xffff,
    9696          .base_0_15   = 0,
     
    100100          .available   = 0,
    101101          .longmode    = 0,
    102           .special     = 0,
     102          .special     = 1,
    103103          .granularity = 1,
    104104          .base_24_31  = 0 },
Note: See TracChangeset for help on using the changeset viewer.