| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | 2.4: typo in system.h / __save_and_sti |
| From: | Johannes Stezenbach <js@convergence.de> |
| Date: | Thu, 17 Jul 2003 14:03:22 +0200 |
| Mail-followup-to: | Johannes Stezenbach <js@convergence.de>, linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.4i |
Hi,
I noticed a typo in the (apparently unused) __save_and_sti() macro:
include/asm/system.h (both mips and mips64, linux_2_4 branch):
#define __save_and_sti(x) \
__asm__ __volatile__( \
"__save_and_cli\t%0" \
^^^
: "=r" (x) \
: /* no inputs */ \
: "memory")
Johannes
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] 2.4 Alchemy Power management., Geert Uytterhoeven |
|---|---|
| Next by Date: | Re: 2.4: typo in system.h / __save_and_sti, Ralf Baechle |
| Previous by Thread: | [PATCH] 2.4 Alchemy Power management., Liam Girdwood |
| Next by Thread: | Re: 2.4: typo in system.h / __save_and_sti, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |