[ARM] iwmmxt thread state alignment
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 12 Mar 2006 22:36:06 +0000 (22:36 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 12 Mar 2006 22:36:06 +0000 (22:36 +0000)
commitcdaabbd74b15296acf09215355a7f3b07b92b83e
treeda2e2ce07a31eb10cb3649005479a9588ba22809
parent04916c0ef482335cb0ae575dbc5a1d97619840cd
[ARM] iwmmxt thread state alignment

This patch removes the reliance of iwmmxt on hand coded alignments.
Since thread_info is always 8K aligned, specifying that fpstate is
8-byte aligned achieves the same effect without needing to resort
to hand coded alignments.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/asm-offsets.c
arch/arm/kernel/ptrace.c
include/asm-arm/fpstate.h
include/asm-arm/thread_info.h