提交 f7cb8b5f 编写于 作者: A Andi Kleen

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: NTony Luck <tony.luck@intel.com>
Signed-off-by: NAndi Kleen <ak@linux.intel.com>
上级 b8aeec34
...@@ -62,6 +62,7 @@ typedef struct siginfo { ...@@ -62,6 +62,7 @@ typedef struct siginfo {
int _imm; /* immediate value for "break" */ int _imm; /* immediate value for "break" */
unsigned int _flags; /* see below */ unsigned int _flags; /* see below */
unsigned long _isr; /* isr */ unsigned long _isr; /* isr */
short _addr_lsb; /* lsb of faulting address */
} _sigfault; } _sigfault;
/* SIGPOLL */ /* SIGPOLL */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册