]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit90a15e8bb1f8592d8f36b7314f5b3056bdcc765d
treeda2e2ce07a31eb10cb3649005479a9588ba22809
parentf31428d84680ff8384743a02b41191799d4d5105
[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