aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/acpi/cpu.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-24 15:47:34 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-02-01 08:47:17 +0000
commit86846439113a370b0eab341b50dcd4cf1679b7ec (patch)
tree2497c37d4b7d38dd41fafd20eea5558986708992 /src/soc/amd/stoneyridge/acpi/cpu.asl
parent11fdb17564bd4d3e3539c9855be88dd7e5fd8061 (diff)
soc/amd/stoneyridge/acpi: Convert to ASL 2.0 syntax
Generated dsdt.dsl files are same. Change-Id: Ife9bb37817815beec6dad4bc791abba4d91abe00 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45690 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/amd/stoneyridge/acpi/cpu.asl')
-rw-r--r--src/soc/amd/stoneyridge/acpi/cpu.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/acpi/cpu.asl b/src/soc/amd/stoneyridge/acpi/cpu.asl
index b2322eac6f..ca5f2496c8 100644
--- a/src/soc/amd/stoneyridge/acpi/cpu.asl
+++ b/src/soc/amd/stoneyridge/acpi/cpu.asl
@@ -21,7 +21,7 @@ External (\_SB.P007, DeviceObj)
/* Return a package containing enabled processor entries */
Method (PPKG)
{
- If (LGreaterEqual (\PCNT, 4)) {
+ If (\PCNT >= 4) {
Return (Package ()
{
\_SB.P000,
@@ -29,7 +29,7 @@ Method (PPKG)
\_SB.P002,
\_SB.P003
})
- } ElseIf (LGreaterEqual (\PCNT, 2)) {
+ } ElseIf (\PCNT>= 2) {
Return (Package ()
{
\_SB.P000,