linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Martin Schwidefsky <schwidefsky@de.ibm.com>
To: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: [PATCH] s390 (6/6): siginfo_t for s390x.
Date: Thu, 17 Jul 2003 18:39:55 +0200	[thread overview]
Message-ID: <20030717163955.GG2045@mschwid3.boeblingen.de.ibm.com> (raw)

Correct size of siginfo_t for s390x (from 136 to 128).

diffstat:
 include/asm-s390/siginfo.h |    3 +++
 1 files changed, 3 insertions(+)

diff -urN linux-2.6.0-test1/include/asm-s390/siginfo.h linux-2.6.0-s390/include/asm-s390/siginfo.h
--- linux-2.6.0-test1/include/asm-s390/siginfo.h	Mon Jul 14 05:37:33 2003
+++ linux-2.6.0-s390/include/asm-s390/siginfo.h	Thu Jul 17 17:27:34 2003
@@ -10,6 +10,9 @@
 #define _S390_SIGINFO_H
 
 #define HAVE_ARCH_SI_CODES
+#ifdef __s390x__
+#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
+#endif
 
 #include <asm-generic/siginfo.h>
 

                 reply	other threads:[~2003-07-17 16:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030717163955.GG2045@mschwid3.boeblingen.de.ibm.com \
    --to=schwidefsky@de.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).