]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Add _addr_lsb field to ia64 siginfo
authorAndi Kleen <ak@linux.intel.com>
Mon, 11 Oct 2010 17:51:49 +0000 (19:51 +0200)
committerAndi Kleen <ak@linux.intel.com>
Tue, 12 Oct 2010 07:37:10 +0000 (09:37 +0200)
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 <tony.luck@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
arch/ia64/include/asm/siginfo.h

index 118d4297900319df2d97840fc7149cce0ad8610c..c8fcaa2ac48f88f13bd93e1d25fd3fd5d2031c6a 100644 (file)
@@ -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 */