From: Mark Salter Date: Thu, 23 Sep 2010 17:04:28 +0000 (+0100) Subject: MN10300: Fix SIGRTMAX X-Git-Tag: v2.6.36-rc6~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6ef9c8f1635ccd175be9eb5d36c376ffb8fbc51;p=platform%2Fupstream%2Fkernel-adaptation-pc.git MN10300: Fix SIGRTMAX SIGRTMAX should be _NSIG not _NSIG-1. Signed-off-by: Mark Salter Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- diff --git a/arch/mn10300/include/asm/signal.h b/arch/mn10300/include/asm/signal.h index 7e891fc..1865d72 100644 --- a/arch/mn10300/include/asm/signal.h +++ b/arch/mn10300/include/asm/signal.h @@ -78,7 +78,7 @@ typedef unsigned long sigset_t; /* These should not be considered constants from userland. */ #define SIGRTMIN 32 -#define SIGRTMAX (_NSIG-1) +#define SIGRTMAX _NSIG /* * SA_FLAGS values: