* patch for current cvs of microkernel for interrupt delivery
@ 2003-11-20 16:38 Larry Sendlosky
2003-11-20 16:57 ` patch for current cvs of microkernel for interrupt delivery [wrong list, sorry] Larry Sendlosky
0 siblings, 1 reply; 2+ messages in thread
From: Larry Sendlosky @ 2003-11-20 16:38 UTC (permalink / raw)
To: linux-kernel
[-- 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
*
*/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-11-20 16:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-20 16:38 patch for current cvs of microkernel for interrupt delivery Larry Sendlosky
2003-11-20 16:57 ` patch for current cvs of microkernel for interrupt delivery [wrong list, sorry] Larry Sendlosky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox