From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtOfS-0003Vd-EI for qemu-devel@nongnu.org; Tue, 06 May 2008 11:01:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtOfR-0003Ul-MR for qemu-devel@nongnu.org; Tue, 06 May 2008 11:01:21 -0400 Received: from [199.232.76.173] (port=42848 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtOfR-0003Uc-AX for qemu-devel@nongnu.org; Tue, 06 May 2008 11:01:21 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JtOfQ-000216-TK for qemu-devel@nongnu.org; Tue, 06 May 2008 11:01:21 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JtOfQ-0003B2-7I for qemu-devel@nongnu.org; Tue, 06 May 2008 15:01:20 +0000 Received: from edgar_igl by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JtOfP-0003Aw-VJ for qemu-devel@nongnu.org; Tue, 06 May 2008 15:01:20 +0000 MIME-Version: 1.0 Errors-To: edgar_igl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: "Edgar E. Iglesias" Message-Id: Date: Tue, 06 May 2008 15:01:19 +0000 Subject: [Qemu-devel] [4364] Disable the temporary timer slowdown for etrax. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4364 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4364 Author: edgar_igl Date: 2008-05-06 15:01:19 +0000 (Tue, 06 May 2008) Log Message: ----------- Disable the temporary timer slowdown for etrax. Modified Paths: -------------- trunk/hw/etraxfs_timer.c Modified: trunk/hw/etraxfs_timer.c =================================================================== --- trunk/hw/etraxfs_timer.c 2008-05-06 15:01:12 UTC (rev 4363) +++ trunk/hw/etraxfs_timer.c 2008-05-06 15:01:19 UTC (rev 4364) @@ -113,7 +113,7 @@ addr, env->pc); } -#define TIMER_SLOWDOWN 4 +#define TIMER_SLOWDOWN 1 static void update_ctrl(struct fs_timer_t *t) { unsigned int op;