Deal with a structure member rename in a recent acpica import
This commit is contained in:
parent
bce3d7f621
commit
49ade32a5c
@ -141,7 +141,7 @@ parse_madt(APIC_TABLE *madt)
|
||||
* MADT header is followed by a number of variable length
|
||||
* structures.
|
||||
*/
|
||||
end = (char *) madt + madt->header.Length;
|
||||
end = (char *) madt + madt->Header.Length;
|
||||
for (p = (char *) (madt + 1); p < end; ) {
|
||||
APIC_HEADER *head = (APIC_HEADER *) p;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user