aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-09 17:31:35 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-09 17:31:35 +0100
commit7333c70795514584b48518e23e0c23d95c8d4d6e (patch)
treefe9c7f23b07824a79dd10223381fe4e98e5939fa
parent6c9ee00b10928d69065cef936c287e6a8b547d41 (diff)
downloadxen-7333c70795514584b48518e23e0c23d95c8d4d6e.tar.gz
xen-7333c70795514584b48518e23e0c23d95c8d4d6e.tar.bz2
xen-7333c70795514584b48518e23e0c23d95c8d4d6e.zip
Disable debug build by default.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
-rw-r--r--Config.mk4
-rw-r--r--xen/arch/x86/acpi/cpu_idle.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/Config.mk b/Config.mk
index 2cdc7660e3..c1aa25ccd2 100644
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
# -*- mode: Makefile; -*-
-# A debug build of Xen and tools? TEMPORARILY ENABLED
-debug ?= y
+# A debug build of Xen and tools?
+debug ?= n
XEN_COMPILE_ARCH ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
-e s/i86pc/x86_32/ -e s/amd64/x86_64/)
diff --git a/xen/arch/x86/acpi/cpu_idle.c b/xen/arch/x86/acpi/cpu_idle.c
index 40263873e8..ac346ce0bc 100644
--- a/xen/arch/x86/acpi/cpu_idle.c
+++ b/xen/arch/x86/acpi/cpu_idle.c
@@ -48,7 +48,7 @@
#include <public/platform.h>
#include <public/sysctl.h>
-#define DEBUG_PM_CX
+/*#define DEBUG_PM_CX*/
static void (*lapic_timer_off)(void);
static void (*lapic_timer_on)(void);