* [Qemu-devel] [7062] Fix RTC breakage from r7031.
@ 2009-04-10 2:19 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2009-04-10 2:19 UTC (permalink / raw)
To: qemu-devel
Revision: 7062
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7062
Author: pbrook
Date: 2009-04-10 02:19:52 +0000 (Fri, 10 Apr 2009)
Log Message:
-----------
Fix RTC breakage from r7031.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Modified Paths:
--------------
trunk/hw/mc146818rtc.c
Modified: trunk/hw/mc146818rtc.c
===================================================================
--- trunk/hw/mc146818rtc.c 2009-04-10 01:24:26 UTC (rev 7061)
+++ trunk/hw/mc146818rtc.c 2009-04-10 02:19:52 UTC (rev 7062)
@@ -104,7 +104,7 @@
/* disable periodic timer if hpet is in legacy mode, since interrupts are
* disabled anyway.
*/
- enable_pie = hpet_in_legacy_mode();
+ enable_pie = !hpet_in_legacy_mode();
#else
enable_pie = 1;
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-10 2:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-10 2:19 [Qemu-devel] [7062] Fix RTC breakage from r7031 Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).