public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Brett Smith <brett.smith@bktech.com>
To: linux kernel <linux-kernel@vger.kernel.org>
Subject: installing an ISR from user code
Date: Mon, 30 Oct 2000 12:23:00 -0500	[thread overview]
Message-ID: <39FDAE74.2AED0C74@bktech.com> (raw)


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/

             reply	other threads:[~2000-10-30 17:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-30 17:23 Brett Smith [this message]
2000-10-30 19:06 ` installing an ISR from user code rread
2000-10-30 19:12   ` Tim Waugh
2000-10-30 20:03     ` Richard B. Johnson
2000-10-30 19:35 ` Anton Altaparmakov

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=39FDAE74.2AED0C74@bktech.com \
    --to=brett.smith@bktech.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox