Changeset 776c91a in mainline for arch/ia32/include
- Timestamp:
- 2005-09-03T18:32:50Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78665c0
- Parents:
- 5e2455a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/smp/mps.h
r5e2455a r776c91a 41 41 struct mps_fs { 42 42 __u32 signature; 43 struct mps_ct *configuration_table;43 __u32 configuration_table; 44 44 __u8 length; 45 45 __u8 revision; … … 59 59 __u8 oem_id[8]; 60 60 __u8 product_id[12]; 61 __u 8 *oem_table;61 __u32 oem_table; 62 62 __u16 oem_table_size; 63 63 __u16 entry_count; 64 __u32 *l_apic;64 __u32 l_apic; 65 65 __u16 ext_table_length; 66 66 __u8 ext_table_checksum; … … 90 90 __u8 io_apic_version; 91 91 __u8 io_apic_flags; 92 __u32 *io_apic;92 __u32 io_apic; 93 93 } __attribute__ ((packed)); 94 94
Note:
See TracChangeset
for help on using the changeset viewer.