aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/68000/m68328.c
Commit message (Collapse)AuthorAge
* m68knommu: Mark functions only called from setup_arch() __initGeert Uytterhoeven2013-08-26
| | | | | | | | Some functions that are only called (indirectly) from setup_arch() lack __init annotations. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
* m68knommu: platform code merge for 68000 core cpusLuis Alves2012-12-04
This patch merges all 68000 core cpus into one directory. There is a lot of common code in the 68328, 68EZ328 and 68VZ328 directories. This will also facilitate easy development of support for original stand alone MC68000 CPU machines. Signed-off-by: Luis Alves <ljalvs@gmail.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>