[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)
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>

No differences found