From: Larry Sendlosky <lsendlosky@katana-technology.com>
To: linux-kernel@vger.kernel.org
Subject: patch for current cvs of microkernel for interrupt delivery
Date: Thu, 20 Nov 2003 11:38:15 -0500 [thread overview]
Message-ID: <3FBCEDF7.7030807@katana-technology.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
Changes are in mainline linux for "public" ethernet support (device
config support). Currently, the attached patch is needed in
the microkernel for interrupt delivery to work.
larry
ps: nfs root mounting cheat will come shortly.
[-- Attachment #2: kma.c.patch --]
[-- Type: text/plain, Size: 668 bytes --]
Index: kma.c
===================================================================
RCS file: /src/microkernel/sys/ds/kma/kma.c,v
retrieving revision 1.54
diff -C8 -u -r1.54 kma.c
--- kma.c 18 Nov 2003 19:31:37 -0000 1.54
+++ kma.c 20 Nov 2003 16:35:35 -0000
@@ -1773,17 +1773,17 @@
* Returns:
* none
*/
static inline void
kma_deliver_queued_int(struct trapframe *frame)
{
u_int index = vs_deliver_int(curvs, PCPU_GET(cpuid));
if (index < KMA_VI_MAX_INTERRUPT)
- kma_propagate_int(index + KMA_VI_IRQ_BASE, frame);
+ kma_propagate_int(index, frame);
return;
}
/*
* KMA internal interface
*
*/
next reply other threads:[~2003-11-20 16:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-20 16:38 Larry Sendlosky [this message]
2003-11-20 16:57 ` patch for current cvs of microkernel for interrupt delivery [wrong list, sorry] Larry Sendlosky
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=3FBCEDF7.7030807@katana-technology.com \
--to=lsendlosky@katana-technology.com \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.