From dc4cc1a804d9f7705648bdee3d7152054da8dea8 Mon Sep 17 00:00:00 2001
From: Sheng Yang <sheng.yang@intel.com>
Date: Tue, 9 Oct 2007 16:22:08 +0800
Subject: [PATCH] kvm: bios: decrease the cpu counts in ACPI table to 15

It seems Windows 2000 only support no more than 15 cpus in ACPI table,
otherwise it will cause a BSOD of KMODE_EXCEPTION_NOT_HANDLED.

This patch decrease the cpu counts in ACPI table to 15.
---
 bios/acpi-dsdt.dsl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/bios/acpi-dsdt.dsl b/bios/acpi-dsdt.dsl
index 2ef4118..df255ce 100755
--- a/bios/acpi-dsdt.dsl
+++ b/bios/acpi-dsdt.dsl
@@ -42,7 +42,6 @@ DefinitionBlock (
         Processor (CPUC, 0x0c, 0x0000b010, 0x06) {}
         Processor (CPUD, 0x0d, 0x0000b010, 0x06) {}
         Processor (CPUE, 0x0e, 0x0000b010, 0x06) {}
-        Processor (CPUF, 0x0f, 0x0000b010, 0x06) {}
     }
 
     Scope (\)
-- 
1.5.2

