-
- Downloads
[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>
Showing
- arch/arm/kernel/asm-offsets.c 3 additions, 1 deletionarch/arm/kernel/asm-offsets.c
- arch/arm/kernel/ptrace.c 4 additions, 10 deletionsarch/arm/kernel/ptrace.c
- include/asm-arm/fpstate.h 3 additions, 1 deletioninclude/asm-arm/fpstate.h
- include/asm-arm/thread_info.h 1 addition, 1 deletioninclude/asm-arm/thread_info.h
Loading
Please register or sign in to comment