mirror of https://github.com/xemu-project/xemu.git
pc: acpi: drop unused CPU_STATUS_LEN from DSDT
Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
f84548dda4
commit
1295e21a17
|
@ -53,7 +53,6 @@ Scope(\_SB) {
|
||||||
Sleep(200)
|
Sleep(200)
|
||||||
}
|
}
|
||||||
|
|
||||||
#define CPU_STATUS_LEN ACPI_GPE_PROC_LEN
|
|
||||||
Method(PRSC, 0) {
|
Method(PRSC, 0) {
|
||||||
// Local5 = active cpu bitmap
|
// Local5 = active cpu bitmap
|
||||||
Store(PRS, Local5)
|
Store(PRS, Local5)
|
||||||
|
|
Loading…
Reference in New Issue