All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?)
@ 2003-10-10 21:04 Carlos O'Donell
  2003-10-12 21:35 ` Carlos O'Donell
  2003-10-12 21:35 ` Carlos O'Donell
  0 siblings, 2 replies; 4+ messages in thread
From: Carlos O'Donell @ 2003-10-10 21:04 UTC (permalink / raw)
  To: libc-alpha, parisc-linux

libc-alpha,

Wrote up the changelogs, reviewed them, and then forgot I had a small
patch to commit for oldsemaphore. This goes in with the first patch 1/3
that defines the generic libc changes required for linuxthreads to work
on HPPA.

Cheers,
Carlos
===

2003-10-10  Carlos O'Donell  <carlos@baldric.uwo.ca>

	* linuxthreads/oldsemaphore.c:	sem_spinlock in struct old_sem_t 
	is an __atomic_lock_t.

--- libc/linuxthreads/oldsemaphore.c	25 May 2001 07:38:39 -0000	1.11
+++ libc/linuxthreads/oldsemaphore.c	21 Apr 2003 23:53:24 -0000
@@ -31,7 +31,7 @@
 
 typedef struct {
     long int sem_status;
-    int sem_spinlock;
+    __atomic_lock_t sem_spinlock;
 } old_sem_t;
 
 extern int __old_sem_init (old_sem_t *__sem, int __pshared, unsigned int __value);

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

* Re: [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?)
  2003-10-10 21:04 [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?) Carlos O'Donell
@ 2003-10-12 21:35 ` Carlos O'Donell
  2003-10-12 21:35 ` Carlos O'Donell
  1 sibling, 0 replies; 4+ messages in thread
From: Carlos O'Donell @ 2003-10-12 21:35 UTC (permalink / raw)
  To: libc-alpha, parisc-linux

On Fri, Oct 10, 2003 at 05:04:38PM -0400, Carlos O'Donell wrote:
> 
> libc-alpha,
> 
> Wrote up the changelogs, reviewed them, and then forgot I had a small
> patch to commit for oldsemaphore. This goes in with the first patch 1/3
> that defines the generic libc changes required for linuxthreads to work
> on HPPA.
> 
> Cheers,
> Carlos
> ===
> 
> 2003-10-10  Carlos O'Donell  <carlos@baldric.uwo.ca>
> 
> 	* linuxthreads/oldsemaphore.c:	sem_spinlock in struct old_sem_t 
> 	is an __atomic_lock_t.

Patch has been moved into (1/3, Round 2).

c.

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

* Re: [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?)
  2003-10-10 21:04 [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?) Carlos O'Donell
  2003-10-12 21:35 ` Carlos O'Donell
@ 2003-10-12 21:35 ` Carlos O'Donell
  1 sibling, 0 replies; 4+ messages in thread
From: Carlos O'Donell @ 2003-10-12 21:35 UTC (permalink / raw)
  To: libc-alpha, parisc-linux

On Fri, Oct 10, 2003 at 05:04:38PM -0400, Carlos O'Donell wrote:
> 
> libc-alpha,
> 
> Wrote up the changelogs, reviewed them, and then forgot I had a small
> patch to commit for oldsemaphore. This goes in with the first patch 1/3
> that defines the generic libc changes required for linuxthreads to work
> on HPPA.
> 
> Cheers,
> Carlos
> ===
> 
> 2003-10-10  Carlos O'Donell  <carlos@baldric.uwo.ca>
> 
> 	* linuxthreads/oldsemaphore.c:	sem_spinlock in struct old_sem_t 
> 	is an __atomic_lock_t.

Patch has been moved into (1/3, Round 2).

c.

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

* [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?)
@ 2003-10-10 21:04 Carlos O'Donell
  0 siblings, 0 replies; 4+ messages in thread
From: Carlos O'Donell @ 2003-10-10 21:04 UTC (permalink / raw)
  To: libc-alpha, parisc-linux

libc-alpha,

Wrote up the changelogs, reviewed them, and then forgot I had a small
patch to commit for oldsemaphore. This goes in with the first patch 1/3
that defines the generic libc changes required for linuxthreads to work
on HPPA.

Cheers,
Carlos
===

2003-10-10  Carlos O'Donell  <carlos@baldric.uwo.ca>

	* linuxthreads/oldsemaphore.c:	sem_spinlock in struct old_sem_t 
	is an __atomic_lock_t.

--- libc/linuxthreads/oldsemaphore.c	25 May 2001 07:38:39 -0000	1.11
+++ libc/linuxthreads/oldsemaphore.c	21 Apr 2003 23:53:24 -0000
@@ -31,7 +31,7 @@
 
 typedef struct {
     long int sem_status;
-    int sem_spinlock;
+    __atomic_lock_t sem_spinlock;
 } old_sem_t;
 
 extern int __old_sem_init (old_sem_t *__sem, int __pshared, unsigned int __value);

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

end of thread, other threads:[~2003-10-12 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-10 21:04 [parisc-linux] [PATCH] oldsemaphore fixup for hppa (4/3?) Carlos O'Donell
2003-10-12 21:35 ` Carlos O'Donell
2003-10-12 21:35 ` Carlos O'Donell
2003-10-10 21:04 Carlos O'Donell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.