[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <451B9675.8070406@t-online.de>
Date: Thu, 28 Sep 2006 11:31:33 +0200
From: Bernd Schmidt <bernds_cb1@...nline.de>
To: Arnd Bergmann <arnd@...db.de>
CC: Robin Getz <rgetz@...ckfin.uclinux.org>,
luke Yang <luke.adi@...il.com>, Andrew Morton <akpm@...l.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/4] Blackfin: arch patch for 2.6.18
Arnd Bergmann wrote:
> static inline void local_irq_enable(void)
> {
> unsigned long unused_flags;
> asm volatile ("sti %0;" : : "d" (unused_flags));
> }
>
> That completely avoids all the problems you might hit with macro expansion,
> while still compiling to the same code.
The operand is an input, not an output. We want to restore the proper
mask of enabled interrupts with the STI. That mask is in the global
irq_flags variable (which probably ought to have a different name that
doesn't invite clashes).
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists