Linux MIPS Architecture development
 help / color / mirror / Atom feed
* 2.4: typo in system.h / __save_and_sti
@ 2003-07-17 12:03 Johannes Stezenbach
  2003-07-18  3:21 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Johannes Stezenbach @ 2003-07-17 12:03 UTC (permalink / raw)
  To: linux-mips

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-18  3:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-17 12:03 2.4: typo in system.h / __save_and_sti Johannes Stezenbach
2003-07-18  3:21 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox