mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 09:54:42 +03:00
Fixed Processor and PowerResource handling to actually get the
parameters. date 99.11.23.16.58.00; author rmosgrov; state Exp;
This commit is contained in:
parent
597ef677b3
commit
d687c5a8ef
@ -382,8 +382,8 @@ typedef struct /* POWER RESOURCE - has Handle and notification handler/context*/
|
||||
{
|
||||
ACPI_OBJECT_COMMON
|
||||
|
||||
UINT32 Reserved1;
|
||||
UINT32 Reserved2;
|
||||
UINT32 SystemLevel;
|
||||
UINT32 ResourceOrder;
|
||||
UINT32 Reserved3;
|
||||
UINT32 Reserved4;
|
||||
|
||||
@ -400,9 +400,9 @@ typedef struct /* PROCESSOR - has Handle and notification handler/context*/
|
||||
{
|
||||
ACPI_OBJECT_COMMON
|
||||
|
||||
UINT32 Reserved1;
|
||||
UINT32 Reserved2;
|
||||
UINT32 Reserved3;
|
||||
UINT32 ProcId;
|
||||
UINT32 PBLKAddress;
|
||||
UINT32 PBLKLength;
|
||||
UINT32 Reserved4;
|
||||
|
||||
ACPI_HANDLE Handle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user