]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/signal: Fix confusing header documentation in sigcontext.h
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Mon, 6 Jul 2015 10:25:33 +0000 (15:55 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 16 Jul 2015 06:14:40 +0000 (16:14 +1000)
commit4c576229ac371bc9d96f2b365ebcd296aa266cec
treeacf359c1bab5977bbd5a309fce846512e27bb8d7
parent829023df86d4ec39b110860cd5f106b7ac58f772
powerpc/signal: Fix confusing header documentation in sigcontext.h

Commit ce48b2100785 "powerpc: Add VSX context save/restore, ptrace and
signal support" expanded the 'vmx_reserve' array element to contain 101
double words, but the comment block above was not updated.

Also reorder the constants in the array size declaration to reflect the
logic mentioned in the comment block above. This change helps in
explaining how the HW registers are represented in the array. But no
functional change.

Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
[mpe: Reworded change log and added whitespace around +'s]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/uapi/asm/sigcontext.h