diff options
author | Franck Bui-Huu <fbuihuu@gmail.com> | 2006-09-29 11:08:59 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-03 18:59:17 +0200 |
commit | 0e90f49b112e4c91dee7d61eccc06bcd25b9c534 (patch) | |
tree | 13f1367842967033e83eeaef4e1830a0b37308c7 /arch | |
parent | x86: Fix booting with "no387 nofxsr" (diff) | |
download | linux-0e90f49b112e4c91dee7d61eccc06bcd25b9c534.tar.xz linux-0e90f49b112e4c91dee7d61eccc06bcd25b9c534.zip |
[MIPS] Let gcc align 'struct pt_regs' on 8 bytes boundary
The stack pointer in MIPS/gcc should always 8 bytes aligned on
entry to any routines. Therefore pt_regs structure must be
aligned to 8-byte boundary too.
Instead of creating dummy fields to achieve this alignment, this
patch let gcc doing it. Therefore 'smtc_pad' field can be safely
removed.
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions