[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1286562975-27974-1-git-send-email-andi@firstfloor.org>
Date: Fri, 8 Oct 2010 20:36:15 +0200
From: Andi Kleen <andi@...stfloor.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, Andi Kleen <ak@...ux.intel.com>,
ralf@...ux-mips.org, tony.luck@...el.com
Subject: [PATCH] Define _addr_lsb in siginfo_t for mips v2
From: Andi Kleen <ak@...ux.intel.com>
Define an _addr_lsb field in the mips and ia64 siginfo_ts, following
the asm-generic version. This just puts the field over padding.
This fixes a compilation problem introduced with a337fda.
v2: Drop ia64 hunk which is not needed
Cc: ralf@...ux-mips.org
Cc: tony.luck@...el.com
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
arch/mips/include/asm/siginfo.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/include/asm/siginfo.h b/arch/mips/include/asm/siginfo.h
index 96e28f1..709f7d4 100644
--- a/arch/mips/include/asm/siginfo.h
+++ b/arch/mips/include/asm/siginfo.h
@@ -88,6 +88,7 @@ typedef struct siginfo {
#ifdef __ARCH_SI_TRAPNO
int _trapno; /* TRAP # which caused the signal */
#endif
+ short _addr_lsb;
} _sigfault;
/* SIGPOLL, SIGXFSZ (To do ...) */
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists