linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] openrisc: signal: remove unused DEBUG_SIG macro
@ 2021-10-20 12:16 Denis Kirjanov
  2021-10-20 20:38 ` Stafford Horne
  0 siblings, 1 reply; 2+ messages in thread
From: Denis Kirjanov @ 2021-10-20 12:16 UTC (permalink / raw)
  To: openrisc; +Cc: linux-kernel

Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
---
 arch/openrisc/kernel/signal.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
index 1ebcff271096..99516c9191c7 100644
--- a/arch/openrisc/kernel/signal.c
+++ b/arch/openrisc/kernel/signal.c
@@ -28,8 +28,6 @@
 #include <asm/ucontext.h>
 #include <linux/uaccess.h>
 
-#define DEBUG_SIG 0
-
 struct rt_sigframe {
 	struct siginfo info;
 	struct ucontext uc;
-- 
2.16.4


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

* Re: [PATCH] openrisc: signal: remove unused DEBUG_SIG macro
  2021-10-20 12:16 [PATCH] openrisc: signal: remove unused DEBUG_SIG macro Denis Kirjanov
@ 2021-10-20 20:38 ` Stafford Horne
  0 siblings, 0 replies; 2+ messages in thread
From: Stafford Horne @ 2021-10-20 20:38 UTC (permalink / raw)
  To: Denis Kirjanov; +Cc: openrisc, linux-kernel

On Wed, Oct 20, 2021 at 03:16:37PM +0300, Denis Kirjanov wrote:
> Signed-off-by: Denis Kirjanov <kda@linux-powerpc.org>
> ---
>  arch/openrisc/kernel/signal.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/openrisc/kernel/signal.c b/arch/openrisc/kernel/signal.c
> index 1ebcff271096..99516c9191c7 100644
> --- a/arch/openrisc/kernel/signal.c
> +++ b/arch/openrisc/kernel/signal.c
> @@ -28,8 +28,6 @@
>  #include <asm/ucontext.h>
>  #include <linux/uaccess.h>
>  
> -#define DEBUG_SIG 0
> -
>  struct rt_sigframe {
>  	struct siginfo info;
>  	struct ucontext uc;

This looks ok to me.  I will queue it.

Thanks.

-Stafford

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

end of thread, other threads:[~2021-10-20 20:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 12:16 [PATCH] openrisc: signal: remove unused DEBUG_SIG macro Denis Kirjanov
2021-10-20 20:38 ` Stafford Horne

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).