You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ACPICA: Use manifest constants for parse pass number
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -162,7 +162,7 @@ struct acpi_mutex_info {
|
||||
typedef enum {
|
||||
ACPI_IMODE_LOAD_PASS1 = 0x01,
|
||||
ACPI_IMODE_LOAD_PASS2 = 0x02,
|
||||
ACPI_IMODE_EXECUTE = 0x0E
|
||||
ACPI_IMODE_EXECUTE = 0x03
|
||||
} acpi_interpreter_mode;
|
||||
|
||||
union acpi_name_union {
|
||||
|
||||
Reference in New Issue
Block a user