]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: make fp register stores consistent for m68k and ColdFire
authorGreg Ungerer <gerg@uclinux.org>
Wed, 2 Nov 2011 05:44:42 +0000 (15:44 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 8 Nov 2011 04:44:22 +0000 (14:44 +1000)
commit8de5bbddc892751d616c8a8bfbe6457b7f3f7c80
tree0aaa70048100c2df4a947ff8e66e4083abe93047
parent4896455fdd405bfd7beeb674e3fc2d82dc0d0a9c
m68k: make fp register stores consistent for m68k and ColdFire

There is no reason we can't make the saved fp registers the same for all
m68k types and ColdFire. There is a little wasted space, but the code
consistency and cleanliness is a big win.

sigcontext.h is an exported header, but currently there is no in-mainline
users of the !__uClinux__ and __mcoldfire__ case that this change effects.
Even better this change actually makes this structure consistent with
the out-of-mainline ColdFire/MMU code.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/sigcontext.h
arch/m68k/include/asm/ucontext.h