Subversion Repositories HelenOS

Rev

Rev 334 | Rev 370 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 349
Line 118... Line 118...
118
    ((((struct madt_apic_header *) a)->type < ((struct madt_apic_header *) b)->type) ? -1 : 0);
118
        ((((struct madt_apic_header *) a)->type < ((struct madt_apic_header *) b)->type) ? -1 : 0);
119
}
119
}
120
   
120
   
121
void acpi_madt_parse(void)
121
void acpi_madt_parse(void)
122
{
122
{
123
 
-
 
124
 
-
 
125
    struct madt_apic_header *end = (struct madt_apic_header *) (((__u8 *) acpi_madt) + acpi_madt->header.length);
123
    struct madt_apic_header *end = (struct madt_apic_header *) (((__u8 *) acpi_madt) + acpi_madt->header.length);
126
    struct madt_apic_header *h;
124
    struct madt_apic_header *h;
127
   
125
   
128
        l_apic = (__u32 *) (__native) acpi_madt->l_apic_address;
126
        l_apic = (__u32 *) (__native) acpi_madt->l_apic_address;
129
 
127