All of lore.kernel.org
 help / color / mirror / Atom feed
* asm/smplock.h is dead
@ 2003-10-21 23:09 ` Matthew Wilcox
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Wilcox @ 2003-10-21 23:09 UTC (permalink / raw)
  To: Ralf Baechle, Yoshinori Sato, Jeff Dike; +Cc: linux-mips, user-mode-linux-devel


asm/smplock.h is dead, you're the only three arches that still have it.
Can you delete next time you merge?  Thanks.

$ find -type f |xargs grep smplock.h      
./arch/mips/sibyte/sb1250/bcm1250_tbprof.c:#include <asm/smplock.h>
./include/asm-h8300/smplock.h: * <asm/smplock.h>
./include/asm-um/smplock.h:#include "asm/arch/smplock.h"
$ find -name smplock.h
./include/asm-h8300/smplock.h
./include/asm-mips/smplock.h
./include/asm-um/smplock.h

(the sibyte driver can just lose this line.  it doesn't do any SMP locking)

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk

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

* [uml-devel] asm/smplock.h is dead
@ 2003-10-21 23:09 ` Matthew Wilcox
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Wilcox @ 2003-10-21 23:09 UTC (permalink / raw)
  To: Ralf Baechle, Yoshinori Sato, Jeff Dike; +Cc: linux-mips, user-mode-linux-devel


asm/smplock.h is dead, you're the only three arches that still have it.
Can you delete next time you merge?  Thanks.

$ find -type f |xargs grep smplock.h      
./arch/mips/sibyte/sb1250/bcm1250_tbprof.c:#include <asm/smplock.h>
./include/asm-h8300/smplock.h: * <asm/smplock.h>
./include/asm-um/smplock.h:#include "asm/arch/smplock.h"
$ find -name smplock.h
./include/asm-h8300/smplock.h
./include/asm-mips/smplock.h
./include/asm-um/smplock.h

(the sibyte driver can just lose this line.  it doesn't do any SMP locking)

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: asm/smplock.h is dead
  2003-10-21 23:09 ` [uml-devel] " Matthew Wilcox
  (?)
@ 2003-10-22  1:13 ` Ralf Baechle
  -1 siblings, 0 replies; 5+ messages in thread
From: Ralf Baechle @ 2003-10-22  1:13 UTC (permalink / raw)
  To: Matthew Wilcox
  Cc: Yoshinori Sato, Jeff Dike, linux-mips, user-mode-linux-devel

On Wed, Oct 22, 2003 at 12:09:32AM +0100, Matthew Wilcox wrote:

> Can you delete next time you merge?  Thanks.
> 
> $ find -type f |xargs grep smplock.h      
> ./arch/mips/sibyte/sb1250/bcm1250_tbprof.c:#include <asm/smplock.h>
> ./include/asm-h8300/smplock.h: * <asm/smplock.h>
> ./include/asm-um/smplock.h:#include "asm/arch/smplock.h"
> $ find -name smplock.h
> ./include/asm-h8300/smplock.h
> ./include/asm-mips/smplock.h
> ./include/asm-um/smplock.h
> 
> (the sibyte driver can just lose this line.  it doesn't do any SMP locking)

Thanks, zapped on MIPS.

  Ralf

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

* Re: asm/smplock.h is dead
  2003-10-21 23:09 ` [uml-devel] " Matthew Wilcox
@ 2003-10-22 16:11   ` Yoshinori Sato
  -1 siblings, 0 replies; 5+ messages in thread
From: Yoshinori Sato @ 2003-10-22 16:11 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Ralf Baechle, Jeff Dike, linux-mips, user-mode-linux-devel

At Wed, 22 Oct 2003 00:09:32 +0100,
Matthew Wilcox wrote:
> 
> 
> asm/smplock.h is dead, you're the only three arches that still have it.
> Can you delete next time you merge?  Thanks.
> 
> $ find -type f |xargs grep smplock.h      
> ./arch/mips/sibyte/sb1250/bcm1250_tbprof.c:#include <asm/smplock.h>
> ./include/asm-h8300/smplock.h: * <asm/smplock.h>
> ./include/asm-um/smplock.h:#include "asm/arch/smplock.h"
> $ find -name smplock.h
> ./include/asm-h8300/smplock.h
> ./include/asm-mips/smplock.h
> ./include/asm-um/smplock.h
> 
> (the sibyte driver can just lose this line.  it doesn't do any SMP locking)
> 

I deleted it.
Thank you.

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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

* [uml-devel] Re: asm/smplock.h is dead
@ 2003-10-22 16:11   ` Yoshinori Sato
  0 siblings, 0 replies; 5+ messages in thread
From: Yoshinori Sato @ 2003-10-22 16:11 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: Ralf Baechle, Jeff Dike, linux-mips, user-mode-linux-devel

At Wed, 22 Oct 2003 00:09:32 +0100,
Matthew Wilcox wrote:
> 
> 
> asm/smplock.h is dead, you're the only three arches that still have it.
> Can you delete next time you merge?  Thanks.
> 
> $ find -type f |xargs grep smplock.h      
> ./arch/mips/sibyte/sb1250/bcm1250_tbprof.c:#include <asm/smplock.h>
> ./include/asm-h8300/smplock.h: * <asm/smplock.h>
> ./include/asm-um/smplock.h:#include "asm/arch/smplock.h"
> $ find -name smplock.h
> ./include/asm-h8300/smplock.h
> ./include/asm-mips/smplock.h
> ./include/asm-um/smplock.h
> 
> (the sibyte driver can just lose this line.  it doesn't do any SMP locking)
> 

I deleted it.
Thank you.

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>


-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2003-10-22 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 23:09 asm/smplock.h is dead Matthew Wilcox
2003-10-21 23:09 ` [uml-devel] " Matthew Wilcox
2003-10-22  1:13 ` Ralf Baechle
2003-10-22 16:11 ` Yoshinori Sato
2003-10-22 16:11   ` [uml-devel] " Yoshinori Sato

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.