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
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
..
54xx m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
68EZ328 m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
68VZ328 m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
520x m68knommu: fix problems with SPI/GPIO on ColdFire 520x 2011-10-18 14:22:25 +10:00
523x Fix common misspellings 2011-03-31 11:26:23 -03:00
527x Fix common misspellings 2011-03-31 11:26:23 -03:00
528x Fix common misspellings 2011-03-31 11:26:23 -03:00
532x m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
5206 m68knommu: merge ColdFire 5206 and 5206e platform code 2011-07-25 11:20:41 +10:00
5249 m68k: Convert irq function namespace 2011-03-29 14:48:15 +02:00
5272 m68knommu: correctly use trap_init 2011-07-25 11:20:41 +10:00
5307 m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
5407 m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00
68328 m68k: merge mmu and non-mmu include/asm/entry.h files 2011-10-18 14:22:25 +10:00
68360 m68k: merge mmu and non-mmu include/asm/entry.h files 2011-10-18 14:22:25 +10:00
coldfire m68k: merge mmu and non-mmu include/asm/entry.h files 2011-10-18 14:22:25 +10:00
Makefile m68k: merge m68k and m68knommu arch directories 2011-03-25 14:05:13 +10:00