public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* installing an ISR from user code
@ 2000-10-30 17:23 Brett Smith
  2000-10-30 19:06 ` rread
  2000-10-30 19:35 ` Anton Altaparmakov
  0 siblings, 2 replies; 5+ messages in thread
From: Brett Smith @ 2000-10-30 17:23 UTC (permalink / raw)
  To: linux kernel


We have written a char driver for our proprietary h/w.  This driver
handles a
multitude of interrupts from the h/w in the following fashion:  The ISR
reads/saves the status register (indication of which int was hit) in
global, and the marks the BH to run.  The BH uses the global to call one
of 32 "ISRs" (an array of func ptrs).  I would like to be able to
install an "ISR" dynamically from user code (the module has already been
installed).  Is this possible?

If it is possible, how does the build/link work?

thanks,
brett.smith@bktech.com


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-10-30 20:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-30 17:23 installing an ISR from user code Brett Smith
2000-10-30 19:06 ` rread
2000-10-30 19:12   ` Tim Waugh
2000-10-30 20:03     ` Richard B. Johnson
2000-10-30 19:35 ` Anton Altaparmakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox