summaryrefslogtreecommitdiff
path: root/src/cpu/amd/agesa/family14/acpi/cpu.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/agesa/family14/acpi/cpu.asl')
-rw-r--r--src/cpu/amd/agesa/family14/acpi/cpu.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/family14/acpi/cpu.asl b/src/cpu/amd/agesa/family14/acpi/cpu.asl
index 98b0193c77..b10fd56120 100644
--- a/src/cpu/amd/agesa/family14/acpi/cpu.asl
+++ b/src/cpu/amd/agesa/family14/acpi/cpu.asl
@@ -15,7 +15,7 @@
* Processor Object
*
*/
-Scope (\_PR) { /* define processor scope */
+Scope (\_SB) { /* define processor scope */
Device (C000) {
Name (_HID, "ACPI0007")
@@ -26,4 +26,4 @@ Scope (\_PR) { /* define processor scope */
Name (_HID, "ACPI0007")
Name (_UID, 1)
}
-} /* End _PR scope */
+} /* End _SB scope */