WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [linux-2.6.18-xen] xen/evtchn: Remove redundant clear of

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] xen/evtchn: Remove redundant clear of l2i at end of round-robin loop
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 03 Feb 2010 03:25:03 -0800
Delivery-date: Wed, 03 Feb 2010 03:24:59 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1265196036 0
# Node ID 9ba6d9f3fbc0c2d80f0408cdf3e0185b32b97150
# Parent  427276ac595dfa265cb00c0f69bf08a7b8c08ad7
xen/evtchn: Remove redundant clear of l2i at end of round-robin loop

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 drivers/xen/core/evtchn.c |    1 -
 1 files changed, 1 deletion(-)

diff -r 427276ac595d -r 9ba6d9f3fbc0 drivers/xen/core/evtchn.c
--- a/drivers/xen/core/evtchn.c Wed Feb 03 09:30:46 2010 +0000
+++ b/drivers/xen/core/evtchn.c Wed Feb 03 11:20:36 2010 +0000
@@ -312,7 +312,6 @@ asmlinkage void evtchn_do_upcall(struct 
                                l1 &= ~(1UL << l1i);
 
                        l1i = (l1i + 1) % BITS_PER_LONG;
-                       l2i = 0;
                }
 
                /* If there were nested callbacks then we have more to do. */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] xen/evtchn: Remove redundant clear of l2i at end of round-robin loop, Xen patchbot-linux-2.6.18-xen <=