Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/54359 )
Change subject: mainboard: Use decimal for `device lapic 0x0 on` ......................................................................
mainboard: Use decimal for `device lapic 0x0 on`
Most boards use `device lapic 0 on` with zero written in decimal. For the sake of consistency, update the remaining boards to follow suit.
Change-Id: I1d3b1ac107e33aae11189cdd5e719b8e48b10f08 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/54359 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/apple/macbookair4_2/devicetree.cb M src/mainboard/asrock/b75pro3-m/devicetree.cb M src/mainboard/asus/maximus_iv_gene-z/devicetree.cb M src/mainboard/asus/p8h61-m_lx/devicetree.cb M src/mainboard/asus/p8h61-m_pro/devicetree.cb M src/mainboard/asus/p8z77-m_pro/devicetree.cb M src/mainboard/compulab/intense_pc/devicetree.cb M src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb M src/mainboard/google/butterfly/devicetree.cb M src/mainboard/google/link/devicetree.cb M src/mainboard/google/parrot/devicetree.cb M src/mainboard/google/stout/devicetree.cb M src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb M src/mainboard/hp/snb_ivb_laptops/devicetree.cb M src/mainboard/hp/z220_sff_workstation/devicetree.cb M src/mainboard/intel/dcp847ske/devicetree.cb M src/mainboard/intel/emeraldlake2/devicetree.cb M src/mainboard/kontron/ktqm77/devicetree.cb M src/mainboard/lenovo/l520/devicetree.cb M src/mainboard/lenovo/s230u/devicetree.cb M src/mainboard/lenovo/t420/devicetree.cb M src/mainboard/lenovo/t420s/devicetree.cb M src/mainboard/lenovo/t430/devicetree.cb M src/mainboard/lenovo/t430s/devicetree.cb M src/mainboard/lenovo/t440p/devicetree.cb M src/mainboard/lenovo/t520/devicetree.cb M src/mainboard/lenovo/t530/devicetree.cb M src/mainboard/lenovo/x131e/devicetree.cb M src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb M src/mainboard/lenovo/x220/devicetree.cb M src/mainboard/lenovo/x230/devicetree.cb M src/mainboard/msi/ms7707/devicetree.cb M src/mainboard/roda/rv11/variants/rv11/devicetree.cb M src/mainboard/roda/rv11/variants/rw11/devicetree.cb M src/mainboard/samsung/lumpy/devicetree.cb M src/mainboard/samsung/stumpy/devicetree.cb M src/mainboard/sapphire/pureplatinumh61/devicetree.cb M src/mainboard/supermicro/x9scl/devicetree.cb 38 files changed, 38 insertions(+), 38 deletions(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved
diff --git a/src/mainboard/apple/macbookair4_2/devicetree.cb b/src/mainboard/apple/macbookair4_2/devicetree.cb index 4ecc023..3689926 100644 --- a/src/mainboard/apple/macbookair4_2/devicetree.cb +++ b/src/mainboard/apple/macbookair4_2/devicetree.cb @@ -18,7 +18,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/asrock/b75pro3-m/devicetree.cb b/src/mainboard/asrock/b75pro3-m/devicetree.cb index 60816ae..eb0c944 100644 --- a/src/mainboard/asrock/b75pro3-m/devicetree.cb +++ b/src/mainboard/asrock/b75pro3-m/devicetree.cb @@ -18,7 +18,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb b/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb index 22b474d..5860556 100644 --- a/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb +++ b/src/mainboard/asus/maximus_iv_gene-z/devicetree.cb @@ -6,7 +6,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/asus/p8h61-m_lx/devicetree.cb b/src/mainboard/asus/p8h61-m_lx/devicetree.cb index 73671ee..2761190 100644 --- a/src/mainboard/asus/p8h61-m_lx/devicetree.cb +++ b/src/mainboard/asus/p8h61-m_lx/devicetree.cb @@ -6,7 +6,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/asus/p8h61-m_pro/devicetree.cb b/src/mainboard/asus/p8h61-m_pro/devicetree.cb index 0491f87..a0221fe 100644 --- a/src/mainboard/asus/p8h61-m_pro/devicetree.cb +++ b/src/mainboard/asus/p8h61-m_pro/devicetree.cb @@ -6,7 +6,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/asus/p8z77-m_pro/devicetree.cb b/src/mainboard/asus/p8z77-m_pro/devicetree.cb index 1be5947..a915499 100644 --- a/src/mainboard/asus/p8z77-m_pro/devicetree.cb +++ b/src/mainboard/asus/p8z77-m_pro/devicetree.cb @@ -6,7 +6,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/compulab/intense_pc/devicetree.cb b/src/mainboard/compulab/intense_pc/devicetree.cb index c678bd7..536eef7 100644 --- a/src/mainboard/compulab/intense_pc/devicetree.cb +++ b/src/mainboard/compulab/intense_pc/devicetree.cb @@ -11,7 +11,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb b/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb index d753411..8816f10 100644 --- a/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb +++ b/src/mainboard/gigabyte/ga-b75m-d3h/devicetree.cb @@ -6,7 +6,7 @@ register "acpi_c2" = "3" register "acpi_c3" = "5" # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/google/butterfly/devicetree.cb b/src/mainboard/google/butterfly/devicetree.cb index 2b9753a..7cdb8a3 100644 --- a/src/mainboard/google/butterfly/devicetree.cb +++ b/src/mainboard/google/butterfly/devicetree.cb @@ -23,7 +23,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/google/link/devicetree.cb b/src/mainboard/google/link/devicetree.cb index a99d618..33ef305 100644 --- a/src/mainboard/google/link/devicetree.cb +++ b/src/mainboard/google/link/devicetree.cb @@ -22,7 +22,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/google/parrot/devicetree.cb b/src/mainboard/google/parrot/devicetree.cb index a384d87..dbbb5cd 100644 --- a/src/mainboard/google/parrot/devicetree.cb +++ b/src/mainboard/google/parrot/devicetree.cb @@ -22,7 +22,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/google/stout/devicetree.cb b/src/mainboard/google/stout/devicetree.cb index 73dce98..1ec596e 100644 --- a/src/mainboard/google/stout/devicetree.cb +++ b/src/mainboard/google/stout/devicetree.cb @@ -22,7 +22,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "tcc_offset" = "5" # TCC of 95C diff --git a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb index 8b9a093..0d83267 100644 --- a/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb +++ b/src/mainboard/hp/compaq_8200_elite_sff/devicetree.cb @@ -11,7 +11,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/hp/snb_ivb_laptops/devicetree.cb b/src/mainboard/hp/snb_ivb_laptops/devicetree.cb index 4cdda4e..7fc936d 100644 --- a/src/mainboard/hp/snb_ivb_laptops/devicetree.cb +++ b/src/mainboard/hp/snb_ivb_laptops/devicetree.cb @@ -20,7 +20,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/hp/z220_sff_workstation/devicetree.cb b/src/mainboard/hp/z220_sff_workstation/devicetree.cb index fd75b1a..0aca0a6 100644 --- a/src/mainboard/hp/z220_sff_workstation/devicetree.cb +++ b/src/mainboard/hp/z220_sff_workstation/devicetree.cb @@ -11,7 +11,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/intel/dcp847ske/devicetree.cb b/src/mainboard/intel/dcp847ske/devicetree.cb index 29c188e..c554b6c 100644 --- a/src/mainboard/intel/dcp847ske/devicetree.cb +++ b/src/mainboard/intel/dcp847ske/devicetree.cb @@ -14,7 +14,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" diff --git a/src/mainboard/intel/emeraldlake2/devicetree.cb b/src/mainboard/intel/emeraldlake2/devicetree.cb index b2f4e6b..80ae789 100644 --- a/src/mainboard/intel/emeraldlake2/devicetree.cb +++ b/src/mainboard/intel/emeraldlake2/devicetree.cb @@ -14,7 +14,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "3" # ACPI(C1) = MWAIT(C3) diff --git a/src/mainboard/kontron/ktqm77/devicetree.cb b/src/mainboard/kontron/ktqm77/devicetree.cb index 71c9611..950d68a 100644 --- a/src/mainboard/kontron/ktqm77/devicetree.cb +++ b/src/mainboard/kontron/ktqm77/devicetree.cb @@ -5,7 +5,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/l520/devicetree.cb b/src/mainboard/lenovo/l520/devicetree.cb index 6505d13..4655baa 100644 --- a/src/mainboard/lenovo/l520/devicetree.cb +++ b/src/mainboard/lenovo/l520/devicetree.cb @@ -17,7 +17,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/lenovo/s230u/devicetree.cb b/src/mainboard/lenovo/s230u/devicetree.cb index 7e96054..fbf54d4 100644 --- a/src/mainboard/lenovo/s230u/devicetree.cb +++ b/src/mainboard/lenovo/s230u/devicetree.cb @@ -16,7 +16,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/lenovo/t420/devicetree.cb b/src/mainboard/lenovo/t420/devicetree.cb index 441abf2b..3ba3a2d 100644 --- a/src/mainboard/lenovo/t420/devicetree.cb +++ b/src/mainboard/lenovo/t420/devicetree.cb @@ -18,7 +18,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/t420s/devicetree.cb b/src/mainboard/lenovo/t420s/devicetree.cb index 6b7c6a2..cfe8929 100644 --- a/src/mainboard/lenovo/t420s/devicetree.cb +++ b/src/mainboard/lenovo/t420s/devicetree.cb @@ -18,7 +18,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/t430/devicetree.cb b/src/mainboard/lenovo/t430/devicetree.cb index 146eecf..950e83d 100644 --- a/src/mainboard/lenovo/t430/devicetree.cb +++ b/src/mainboard/lenovo/t430/devicetree.cb @@ -19,7 +19,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/lenovo/t430s/devicetree.cb b/src/mainboard/lenovo/t430s/devicetree.cb index 925bfb9..7f95170 100644 --- a/src/mainboard/lenovo/t430s/devicetree.cb +++ b/src/mainboard/lenovo/t430s/devicetree.cb @@ -17,7 +17,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/t440p/devicetree.cb b/src/mainboard/lenovo/t440p/devicetree.cb index c7af35f..09821be 100644 --- a/src/mainboard/lenovo/t440p/devicetree.cb +++ b/src/mainboard/lenovo/t440p/devicetree.cb @@ -15,7 +15,7 @@ register "ec_present" = "true" device cpu_cluster 0 on chip cpu/intel/haswell - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/lenovo/t520/devicetree.cb b/src/mainboard/lenovo/t520/devicetree.cb index 48d5791..40b005d 100644 --- a/src/mainboard/lenovo/t520/devicetree.cb +++ b/src/mainboard/lenovo/t520/devicetree.cb @@ -18,7 +18,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/t530/devicetree.cb b/src/mainboard/lenovo/t530/devicetree.cb index 23744e1..b179f4f 100644 --- a/src/mainboard/lenovo/t530/devicetree.cb +++ b/src/mainboard/lenovo/t530/devicetree.cb @@ -18,7 +18,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/x131e/devicetree.cb b/src/mainboard/lenovo/x131e/devicetree.cb index 7ee982f..dc9e037 100644 --- a/src/mainboard/lenovo/x131e/devicetree.cb +++ b/src/mainboard/lenovo/x131e/devicetree.cb @@ -17,7 +17,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" diff --git a/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb b/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb index 5f1ea6b..2707197 100644 --- a/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb +++ b/src/mainboard/lenovo/x1_carbon_gen1/devicetree.cb @@ -15,7 +15,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/x220/devicetree.cb b/src/mainboard/lenovo/x220/devicetree.cb index de0c9a2..a41cfea 100644 --- a/src/mainboard/lenovo/x220/devicetree.cb +++ b/src/mainboard/lenovo/x220/devicetree.cb @@ -18,7 +18,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/lenovo/x230/devicetree.cb b/src/mainboard/lenovo/x230/devicetree.cb index e0557ca..a774d84 100644 --- a/src/mainboard/lenovo/x230/devicetree.cb +++ b/src/mainboard/lenovo/x230/devicetree.cb @@ -18,7 +18,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/msi/ms7707/devicetree.cb b/src/mainboard/msi/ms7707/devicetree.cb index a5c7249..083c427 100644 --- a/src/mainboard/msi/ms7707/devicetree.cb +++ b/src/mainboard/msi/ms7707/devicetree.cb @@ -4,7 +4,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/roda/rv11/variants/rv11/devicetree.cb b/src/mainboard/roda/rv11/variants/rv11/devicetree.cb index dc30775..8ba2697 100644 --- a/src/mainboard/roda/rv11/variants/rv11/devicetree.cb +++ b/src/mainboard/roda/rv11/variants/rv11/devicetree.cb @@ -20,7 +20,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/roda/rv11/variants/rw11/devicetree.cb b/src/mainboard/roda/rv11/variants/rw11/devicetree.cb index fdba671..7e5555b 100644 --- a/src/mainboard/roda/rv11/variants/rw11/devicetree.cb +++ b/src/mainboard/roda/rv11/variants/rw11/devicetree.cb @@ -20,7 +20,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/samsung/lumpy/devicetree.cb b/src/mainboard/samsung/lumpy/devicetree.cb index 6cda62b..85d140c 100644 --- a/src/mainboard/samsung/lumpy/devicetree.cb +++ b/src/mainboard/samsung/lumpy/devicetree.cb @@ -22,7 +22,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "1" # ACPI(C1) = MWAIT(C1) diff --git a/src/mainboard/samsung/stumpy/devicetree.cb b/src/mainboard/samsung/stumpy/devicetree.cb index 6f49cfe..6ee21af 100644 --- a/src/mainboard/samsung/stumpy/devicetree.cb +++ b/src/mainboard/samsung/stumpy/devicetree.cb @@ -14,7 +14,7 @@ device cpu_cluster 0 on chip cpu/intel/model_206ax # Magic APIC ID to locate this chip - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end
register "acpi_c1" = "3" # ACPI(C1) = MWAIT(C3) diff --git a/src/mainboard/sapphire/pureplatinumh61/devicetree.cb b/src/mainboard/sapphire/pureplatinumh61/devicetree.cb index 253e5ed..35c77aa 100644 --- a/src/mainboard/sapphire/pureplatinumh61/devicetree.cb +++ b/src/mainboard/sapphire/pureplatinumh61/devicetree.cb @@ -6,7 +6,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end diff --git a/src/mainboard/supermicro/x9scl/devicetree.cb b/src/mainboard/supermicro/x9scl/devicetree.cb index e1924c1..13b2043 100644 --- a/src/mainboard/supermicro/x9scl/devicetree.cb +++ b/src/mainboard/supermicro/x9scl/devicetree.cb @@ -4,7 +4,7 @@ register "acpi_c1" = "1" register "acpi_c2" = "3" register "acpi_c3" = "5" - device lapic 0x0 on end + device lapic 0 on end device lapic 0xacac off end end end