Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Grant Grundler <grundler@parisc-linux.org>
To: Joel Soete <jsoe0708@tiscali.be>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] Kernel compilation for J5600
Date: Fri, 4 Jul 2003 21:20:40 -0600	[thread overview]
Message-ID: <20030705032040.GA18582@dsl2.external.hp.com> (raw)
In-Reply-To: <3ED71F6D0000C050@ocpmta7.freegates.net>

On Tue, Jul 01, 2003 at 04:03:27PM +0200, Joel Soete wrote:
> Or do we actualy need a specific local_irq_set(x)?

We do.
#define local_irq_save(x) \
        __asm__ __volatile__("rsm %1,%0" : "=r" (x) :"i" (PSW_I) : "memory" )
#define local_irq_set(x) \
	__asm__ __volatile__("ssm %1,%0" : "=r" (x) : "i" (PSW_I) : "memory" )

I'll add that as well in my next commit.
Still looking over some of your other changes.

thanks,
grant

  reply	other threads:[~2003-07-05  3:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-30  6:13 [parisc-linux] Kernel compilation for J5600 Mark Mestdagh
2003-06-30  6:30 ` Randolph Chung
2003-06-30 16:50   ` Grant Grundler
2003-07-01  8:10     ` Mark Mestdagh
2003-07-01 13:21       ` Matthew Wilcox
2003-07-01 14:00         ` Mark Mestdagh
2003-07-01 14:03         ` Joel Soete
2003-07-05  3:20           ` Grant Grundler [this message]
2003-07-04 10:01         ` [parisc-linux] Kernel compilation for B2000 Mark Mestdagh
2003-07-04 13:56           ` Joel Soete

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=20030705032040.GA18582@dsl2.external.hp.com \
    --to=grundler@parisc-linux.org \
    --cc=jsoe0708@tiscali.be \
    --cc=parisc-linux@lists.parisc-linux.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