From: Andi Kleen Date: Mon, 11 Oct 2010 17:51:49 +0000 (+0200) Subject: Add _addr_lsb field to ia64 siginfo X-Git-Tag: v2.6.37-rc1~109^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7cb8b5ffd16edad64ae16ee38c561f98cbcaa3b;p=thirdparty%2Flinux.git 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: Tony Luck Signed-off-by: Andi Kleen --- diff --git a/arch/ia64/include/asm/siginfo.h b/arch/ia64/include/asm/siginfo.h index 118d429790031..c8fcaa2ac48f8 100644 --- a/arch/ia64/include/asm/siginfo.h +++ b/arch/ia64/include/asm/siginfo.h @@ -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 */