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

Commit f7cb8b5f authored by Andi Kleen's avatar Andi Kleen
Browse files

Add _addr_lsb field to ia64 siginfo



The huge pages code uses the siginfo _addr_lsb field, but ia64
was missing it. Add it to ia64 too (over some padding) to avoid
compilation failures.

Acked-by: default avatarTony Luck <tony.luck@intel.com>
Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent b8aeec34
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ typedef struct siginfo {
			int _imm;		/* immediate value for "break" */
			unsigned int _flags;	/* see below */
			unsigned long _isr;	/* isr */
			short _addr_lsb;	/* lsb of faulting address */
		} _sigfault;

		/* SIGPOLL */