From: James Mckenzie Date: Fri, 27 Nov 2009 22:44:38 +0000 (+0000) Subject: Fix an overshare X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2954f25318c15af6d37f46583c180d706c2874a7;p=xenclient%2Fioemu-pq.git Fix an overshare --- diff --git a/master/dont-carp-about-a-missing-battery b/master/dont-carp-about-a-missing-battery index cbc4f2c..e9711a9 100644 --- a/master/dont-carp-about-a-missing-battery +++ b/master/dont-carp-about-a-missing-battery @@ -1,16 +1,3 @@ -diff --git a/hw/xen_platform.c b/hw/xen_platform.c -index 36610a4..8318192 100644 ---- a/hw/xen_platform.c -+++ b/hw/xen_platform.c -@@ -36,7 +36,7 @@ - - static int drivers_blacklisted; - static uint16_t driver_product_version; --static int throttling_disabled; -+static int throttling_disabled = 1; - extern FILE *logfile; - static char log_buffer[4096]; - static int log_buffer_off; diff --git a/xenstore.c b/xenstore.c index a298f40..85d1f0a 100644 --- a/xenstore.c