dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/m68k/platform/68360
Greg Ungerer 61619b1207 m68k: merge mmu and non-mmu include/asm/entry.h files
The changes in the mmu version of entry.h (entry_mm.h) and the non-mmu
version (entry_no.h) are not about the presence or use of an MMU at all.
The main changes are to support the ColdFire processors. The code for
trap entry and exit for all types of 68k processor outside coldfire is
the same.

So merge the files back to a single entry.h and share the common 68k
entry/exit code. Some changes are required for the non-mmu entry
handlers to adopt the differing macros for system call and interrupt
entry, but this is quite strait forward. The changes for the ColdFire
remove a couple of instructions for the separate a7 register case, and
are no worse for the older single a7 register case.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2011-10-18 14:22:25 +10:00
..
Makefile m68k: merge mmu and non-mmu arch Makefiles 2011-10-18 14:22:25 +10:00
commproc.c m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
config.c m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
entry.S m68k: merge mmu and non-mmu include/asm/entry.h files 2011-10-18 14:22:25 +10:00
head-ram.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
head-rom.S m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
ints.c m68k: Revive reporting of spurious interrupts 2011-07-25 11:20:41 +10:00