Changeset 946b630 in mainline for arch/ia32/src/smp/mps.c


Ignore:
Timestamp:
2005-09-03T21:01:23Z (19 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/ia32/src/smp/mps.c

    rc835e7c r946b630  
    224224        }
    225225       
    226         l_apic = (__u32 *)PA2KA((__address)ct->l_apic);
     226        l_apic = (__u32 *)(__address)ct->l_apic;
    227227
    228228        cnt = 0;
     
    334334        }
    335335       
    336         io_apic = (__u32 *)PA2KA((__address)ioa->io_apic);
     336        io_apic = (__u32 *)(__address)ioa->io_apic;
    337337}
    338338
Note: See TracChangeset for help on using the changeset viewer.