linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* atomic.h patch
@ 2003-02-07 22:11 Mark A. Greer
  2003-02-07 22:16 ` Mark A. Greer
  0 siblings, 1 reply; 2+ messages in thread
From: Mark A. Greer @ 2003-02-07 22:11 UTC (permalink / raw)
  To: linuxppc-dev


Would someone please apply the following patch to atomic.h?

Thanks,

Mark
--

===== atomic.h 1.22 vs edited =====
--- 1.22/include/asm-ppc/atomic.h       Tue Jan  8 03:01:36 2002
+++ edited/atomic.h     Fri Feb  7 15:05:27 2003
@@ -18,6 +18,7 @@
 #define atomic_set(v,i)                (((v)->counter) = (i))

 extern void atomic_clear_mask(unsigned long mask, unsigned long *addr);
+extern void atomic_set_mask(unsigned long mask, unsigned long *addr);

 #ifdef CONFIG_SMP
 #define SMP_ISYNC      "\n\tisync"


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

* Re: atomic.h patch
  2003-02-07 22:11 atomic.h patch Mark A. Greer
@ 2003-02-07 22:16 ` Mark A. Greer
  0 siblings, 0 replies; 2+ messages in thread
From: Mark A. Greer @ 2003-02-07 22:16 UTC (permalink / raw)
  To: Mark A. Greer; +Cc: linuxppc-dev


Ah, linuxppc_2_4_devel tree.
--

Mark A. Greer wrote:

>
> Would someone please apply the following patch to atomic.h?
>
> Thanks,
>
> Mark
> --
>
> ===== atomic.h 1.22 vs edited =====
> --- 1.22/include/asm-ppc/atomic.h       Tue Jan  8 03:01:36 2002
> +++ edited/atomic.h     Fri Feb  7 15:05:27 2003
> @@ -18,6 +18,7 @@
> #define atomic_set(v,i)                (((v)->counter) = (i))
>
> extern void atomic_clear_mask(unsigned long mask, unsigned long *addr);
> +extern void atomic_set_mask(unsigned long mask, unsigned long *addr);
>
> #ifdef CONFIG_SMP
> #define SMP_ISYNC      "\n\tisync"
>
>
>
>
>


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-02-07 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-07 22:11 atomic.h patch Mark A. Greer
2003-02-07 22:16 ` Mark A. Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).