Skip to content
Commit f941f5ca authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68k: merge MMU and non MMU versions of system.h



The non-MMU m68k targets can use the same asm/system.h as the MMU
targets. So switch the current system_mm.h to be system.h and remove
system_no.h.

The assembly support code for the non-MMU resume functions needs to
be modified to match the now common switch_to() macro. Specifically
this means correctly saving and restoring the status flags in the case
of the ColdFire resume, and some reordering of the code to not use
registers before they are saved or after they are restored.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 10f939ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment