Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -88,6 +88,7 @@ typedef struct siginfo {
#ifdef __ARCH_SI_TRAPNO
#ifdef __ARCH_SI_TRAPNO
			int _trapno;	/* TRAP # which caused the signal */
			int _trapno;	/* TRAP # which caused the signal */
#endif
#endif
			short _addr_lsb;
		} _sigfault;
		} _sigfault;


		/* SIGPOLL, SIGXFSZ (To do ...)  */
		/* SIGPOLL, SIGXFSZ (To do ...)  */