Changeset 776c91a in mainline for arch/ia32/include


Ignore:
Timestamp:
2005-09-03T18:32:50Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78665c0
Parents:
5e2455a
Message:

Changes to make ia32 smp code not architecture dependent.
Changes to accomodate new gdtr loading scheme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/smp/mps.h

    r5e2455a r776c91a  
    4141struct mps_fs {
    4242        __u32 signature;
    43         struct mps_ct *configuration_table;
     43        __u32 configuration_table;
    4444        __u8 length;
    4545        __u8 revision;
     
    5959        __u8 oem_id[8];
    6060        __u8 product_id[12];
    61         __u8 *oem_table;
     61        __u32 oem_table;
    6262        __u16 oem_table_size;
    6363        __u16 entry_count;
    64         __u32 *l_apic;
     64        __u32 l_apic;
    6565        __u16 ext_table_length;
    6666        __u8 ext_table_checksum;
     
    9090        __u8 io_apic_version;
    9191        __u8 io_apic_flags;
    92         __u32 *io_apic;
     92        __u32 io_apic;
    9393} __attribute__ ((packed));
    9494
Note: See TracChangeset for help on using the changeset viewer.