From: James Bottomley <James.Bottomley@steeleye.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Cc: arjanv@redhat.com, wli@holomorphy.com
Subject: [PATCH] 2/2 Add exposure of the irq delivery mask on x86 [voyager piece]
Date: 22 May 2003 13:20:45 -0400 [thread overview]
Message-ID: <1053624045.1798.227.camel@mulgrave> (raw)
[-- Attachment #1: Type: text/plain, Size: 120 bytes --]
This makes voyager use the mask exposed by the previous patch to reflect
the CPU's which can receive interrupts
James
[-- Attachment #2: tmp.diff --]
[-- Type: text/plain, Size: 1321 bytes --]
# 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 */
}
reply other threads:[~2003-05-22 17:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1053624045.1798.227.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=arjanv@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wli@holomorphy.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®