diff options
Diffstat (limited to 'src/mainboard/apple/macbook21/acpi/platform.asl')
-rw-r--r-- | src/mainboard/apple/macbook21/acpi/platform.asl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/apple/macbook21/acpi/platform.asl b/src/mainboard/apple/macbook21/acpi/platform.asl index abba5abf25..e1e33a2b3b 100644 --- a/src/mainboard/apple/macbook21/acpi/platform.asl +++ b/src/mainboard/apple/macbook21/acpi/platform.asl @@ -42,14 +42,6 @@ Scope(\_SB) \GOS() - /* And the OS workarounds start right after we know what we're - * running: Windows XP SP1 needs to have C-State coordination - * enabled in SMM. - */ - If ((OSYS == 2001) && MPEN) { - // TRAP(61) // TODO - } - /* SMM power state and C4-on-C3 settings need to be updated */ // TRAP(43) // TODO } |