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] [xen-unstable] [IA64] add MCA softirqs to arch-specific

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] add MCA softirqs to arch-specific header
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 09 Dec 2006 15:44:26 +0000
Delivery-date: Sat, 09 Dec 2006 07:46:25 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 awilliam@xxxxxxxxxxx
# Node ID e729184b5c0efb913bbf89ec1d07a3c8c2c339b8
# Parent  d603aed5ad6dfc3c318ef2b8bac2f7a427163cb9
[IA64] add MCA softirqs to arch-specific header

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 xen/include/asm-ia64/softirq.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)

diff -r d603aed5ad6d -r e729184b5c0e xen/include/asm-ia64/softirq.h
--- a/xen/include/asm-ia64/softirq.h    Mon Dec 04 08:24:41 2006 -0700
+++ b/xen/include/asm-ia64/softirq.h    Mon Dec 04 08:26:48 2006 -0700
@@ -1,6 +1,9 @@
 #ifndef __ASM_SOFTIRQ_H__
 #define __ASM_SOFTIRQ_H__
 
-#define NR_ARCH_SOFTIRQS    0
+#define CMC_DISABLE_SOFTIRQ    (NR_COMMON_SOFTIRQS + 0)
+#define CMC_ENABLE_SOFTIRQ     (NR_COMMON_SOFTIRQS + 1)
+
+#define NR_ARCH_SOFTIRQS       2
 
 #endif /* __ASM_SOFTIRQ_H__ */

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] add MCA softirqs to arch-specific header, Xen patchbot-unstable <=