From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: [PATCH 0 of 3] IRQ: Part 1 of the irq code cleanup Date: Fri, 2 Sep 2011 17:35:13 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Andrew Cooper List-Id: xen-devel@lists.xenproject.org Presented are some basic changes Patch 1 removes some bit-rotten code Patch 2 reduces the data overhead of the irq code Patch 3 removes a loop from the irq cleanup code Signed-off-by Andrew Cooper