public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix __SI_CODE
@ 2002-10-10  2:38 Stephen Rothwell
  2002-10-10  3:37 ` george anzinger
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2002-10-10  2:38 UTC (permalink / raw)
  To: Linus; +Cc: LKML, george anzinger

Hi Linus,

This small patch is extracted from George Anzinger's High-res-timer
patches.  Even if George's patches do not go in, this patch is necessary
to fix up something I missed when I consolidated the siginfo stuff.

Thanks, George.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff -ruN 2.5.41-1.715/include/asm-generic/siginfo.h 2.5.41-1.715-si.2/include/asm-generic/siginfo.h
--- 2.5.41-1.715/include/asm-generic/siginfo.h	2002-06-09 16:12:33.000000000 +1000
+++ 2.5.41-1.715-si.2/include/asm-generic/siginfo.h	2002-10-10 12:26:46.000000000 +1000
@@ -91,7 +91,7 @@
 #define __SI_FAULT	(3 << 16)
 #define __SI_CHLD	(4 << 16)
 #define __SI_RT		(5 << 16)
-#define __SI_CODE(T,N)	((T) << 16 | ((N) & 0xffff))
+#define __SI_CODE(T,N)	((T) | ((N) & 0xffff))
 #else
 #define __SI_KILL	0
 #define __SI_TIMER	0

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

end of thread, other threads:[~2002-10-10  3:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-10  2:38 [PATCH] fix __SI_CODE Stephen Rothwell
2002-10-10  3:37 ` george anzinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox