{acpi,arch,soc}/acpi: Replace constant "One" with actual number
Change-Id: I3dfd7dd1de3bd27c35c195bd43c4a5b8c5a2dc53 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71522 Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -10,11 +10,11 @@
|
||||
/* Operating system enumeration. */
|
||||
Name (OSYS, 0)
|
||||
|
||||
/* Zero => PIC mode, One => APIC Mode */
|
||||
/* Zero => PIC mode, 1 => APIC Mode */
|
||||
Name (PICM, Zero)
|
||||
|
||||
/* Power state (AC = 1) */
|
||||
Name (PWRS, One)
|
||||
Name (PWRS, 1)
|
||||
|
||||
/*
|
||||
* The _PIC method is called by the OS to choose between interrupt
|
||||
|
Reference in New Issue
Block a user