aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-i440fx/dsdt.asl
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 23:48:21 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-09 23:48:53 +0000
commit7378e9cd2a254eaa91e5900a316184a0162cad61 (patch)
tree5f8e11ba23054131a47b9732f974df879dababe3 /src/mainboard/emulation/qemu-i440fx/dsdt.asl
parent1d19bcd7fbade98c54c62f5fc74dbbd3dc5b7760 (diff)
mb/emulation/qemu-i440fx: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: I8781912fe87ee568b7ea6003414c75f255c8cd07 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43244 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/dsdt.asl')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/dsdt.asl13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/dsdt.asl b/src/mainboard/emulation/qemu-i440fx/dsdt.asl
index 8621a0a814..5a341b49f4 100644
--- a/src/mainboard/emulation/qemu-i440fx/dsdt.asl
+++ b/src/mainboard/emulation/qemu-i440fx/dsdt.asl
@@ -275,11 +275,6 @@ DefinitionBlock (
}
}
-#if 0
-#include "acpi/cpu-hotplug.asl"
-#endif
-
-
/****************************************************************
* General purpose events
****************************************************************/
@@ -290,16 +285,8 @@ DefinitionBlock (
Method(_L00) {
}
Method(_E01) {
-#if 0
- // PCI hotplug event
- \_SB.PCI0.PCNF()
-#endif
}
Method(_E02) {
-#if 0
- // CPU hotplug event
- \_SB.PRSC()
-#endif
}
Method(_L03) {
}