[PATCH] 2/2 Add exposure of the irq delivery mask on x86 [voyager piece]

From: James Bottomley (James.Bottomley@steeleye.com)
Date: Thu May 22 2003 - 12:20:45 EST


This makes voyager use the mask exposed by the previous patch to reflect
the CPU's which can receive interrupts

James


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1210 -> 1.1211
# arch/i386/mach-voyager/voyager_cat.c 1.1 -> 1.2
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/05/22 jejb@oldfenric.sc.steeleye.com 1.1211
# Add voyager support for exposing interrupt delivery masks
# --------------------------------------------
#
diff -Nru a/arch/i386/mach-voyager/voyager_cat.c b/arch/i386/mach-voyager/voyager_cat.c
--- a/arch/i386/mach-voyager/voyager_cat.c Thu May 22 13:19:05 2003
+++ b/arch/i386/mach-voyager/voyager_cat.c Thu May 22 13:19:05 2003
@@ -26,6 +26,7 @@
 #include <linux/init.h>
 #include <linux/slab.h>
 #include <linux/delay.h>
+#include <linux/irq.h>
 #include <asm/io.h>
 
 #ifdef VOYAGER_CAT_DEBUG
@@ -899,6 +900,9 @@
         request_resource(&ioport_resource, &vic_res);
         if(voyager_quad_processors)
                 request_resource(&ioport_resource, &qic_res);
+ /* mark the interrupt accepting cpu's in the mask */
+ for(i=0; i<NR_IRQS; i++)
+ irq_mask[i] = voyager_extended_vic_processors;
         /* set up the front power switch */
 }
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:50 EST