All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ptrace: remove PT_DTRACE from arch/h8300
@ 2009-04-23 19:32 Oleg Nesterov
  2009-04-24 18:08 ` Yoshinori Sato
  0 siblings, 1 reply; 2+ messages in thread
From: Oleg Nesterov @ 2009-04-23 19:32 UTC (permalink / raw)
  To: Andrew Morton, Roland McGrath
  Cc: Chris Zankel, David Howells, Geert Uytterhoeven, Greg Ungerer,
	Haavard Skinnemoen, Helge Deller, Hirokazu Takata, Jeff Dike,
	Kyle McMartin, Martin Schwidefsky, Mike Frysinger, Paul Mundt,
	Roman Zippel, Yoshinori Sato, linux-kernel

h8300 defines PT_DTRACE for asm but never uses it.

DEFINE(PT_PTRACED, PT_PTRACED) seems to be unused too.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>

 arch/h8300/kernel/asm-offsets.c |    1 -
 1 file changed, 1 deletion(-)

--- PTRACE/arch/h8300/kernel/asm-offsets.c~DT_1_NOP	2009-04-06 00:03:35.000000000 +0200
+++ PTRACE/arch/h8300/kernel/asm-offsets.c	2009-04-22 21:29:00.000000000 +0200
@@ -55,7 +55,6 @@ int main(void)
 	DEFINE(LRET,  offsetof(struct pt_regs, pc)       - sizeof(long));
 
 	DEFINE(PT_PTRACED, PT_PTRACED);
-	DEFINE(PT_DTRACE, PT_DTRACE);
 
 	return 0;
 }


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

* Re: [PATCH 1/4] ptrace: remove PT_DTRACE from arch/h8300
  2009-04-23 19:32 [PATCH 1/4] ptrace: remove PT_DTRACE from arch/h8300 Oleg Nesterov
@ 2009-04-24 18:08 ` Yoshinori Sato
  0 siblings, 0 replies; 2+ messages in thread
From: Yoshinori Sato @ 2009-04-24 18:08 UTC (permalink / raw)
  To: Oleg Nesterov
  Cc: Andrew Morton, Roland McGrath, Chris Zankel, David Howells,
	Geert Uytterhoeven, Greg Ungerer, Haavard Skinnemoen,
	Helge Deller, Hirokazu Takata, Jeff Dike, Kyle McMartin,
	Martin Schwidefsky, Mike Frysinger, Paul Mundt, Roman Zippel,
	linux-kernel

At Thu, 23 Apr 2009 21:32:02 +0200,
Oleg Nesterov wrote:
> 
> h8300 defines PT_DTRACE for asm but never uses it.
> 
> DEFINE(PT_PTRACED, PT_PTRACED) seems to be unused too.
> 
> Signed-off-by: Oleg Nesterov <oleg@redhat.com>
> 

Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>

>  arch/h8300/kernel/asm-offsets.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> --- PTRACE/arch/h8300/kernel/asm-offsets.c~DT_1_NOP	2009-04-06 00:03:35.000000000 +0200
> +++ PTRACE/arch/h8300/kernel/asm-offsets.c	2009-04-22 21:29:00.000000000 +0200
> @@ -55,7 +55,6 @@ int main(void)
>  	DEFINE(LRET,  offsetof(struct pt_regs, pc)       - sizeof(long));
>  
>  	DEFINE(PT_PTRACED, PT_PTRACED);
> -	DEFINE(PT_DTRACE, PT_DTRACE);
>  
>  	return 0;
>  }
> 

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

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

end of thread, other threads:[~2009-04-24 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-23 19:32 [PATCH 1/4] ptrace: remove PT_DTRACE from arch/h8300 Oleg Nesterov
2009-04-24 18:08 ` 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.