This commit was generated by cvs2svn to compensate for changes in r123327,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
1603367de1
@ -242,6 +242,14 @@ typedef struct multiple_apic_table
|
||||
UINT8 Type; \
|
||||
UINT8 Length;
|
||||
|
||||
|
||||
typedef struct apic_header /* APIC common table header */
|
||||
{
|
||||
APIC_HEADER_DEF
|
||||
|
||||
} APIC_HEADER;
|
||||
|
||||
|
||||
/* Values for MPS INTI flags */
|
||||
|
||||
#define POLARITY_CONFORMS 0
|
||||
@ -317,7 +325,7 @@ typedef struct madt_address_override
|
||||
{
|
||||
APIC_HEADER_DEF
|
||||
UINT16 Reserved; /* Reserved - must be zero */
|
||||
UINT32 Address; /* APIC physical address */
|
||||
UINT64 Address; /* APIC physical address */
|
||||
|
||||
} MADT_ADDRESS_OVERRIDE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user