Skip to content
Snippets Groups Projects
Commit e92ba6d2 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

Define _addr_lsb in siginfo_t for mips


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

Cc: ralf@linux-mips.org
Cc: tony.luck@intel.com
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e4c4776d
No related branches found
No related tags found
No related merge requests found
......@@ -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 ...) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment