All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Rumpf <prumpf@suse.de>
To: parisc-linux@thepuffingroup.com
Subject: [parisc-linux] Interrupt[ion]s
Date: Tue, 6 Jul 1999 23:03:40 +0200	[thread overview]
Message-ID: <19990706230340.B29058@suse.de> (raw)

The basic code to take interruptions and return from them now is there. (I'd
like to hear if it works on machines other than the A180 though). The next
step is to make sure we don't clobber all registers in this process, which
I think should not be a big problem.

I think we should have the following types of interruption handlers:

a) save all registers into the current task_struct, call interruption handler
   (this would be used for interruptions that might change the running task)

b) save caller-saved registers to stack, call interruption handler
   (this would be the faster, normal kind of interruption)

c) hand-written handlers that use the shadow registers

d) a hand-written handler for external interrupts, which I think I'll write
   soon (this handler will either do a)-style or b)-style register saving
   depending on the interrupt handler.

e) the firmware-supplied HPMC handler

Any comments ?

	Philipp Rumpf

                 reply	other threads:[~1999-07-06 21:03 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=19990706230340.B29058@suse.de \
    --to=prumpf@suse.de \
    --cc=parisc-linux@thepuffingroup.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 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.