linux/arch/m68knommu/platform/coldfire
Greg Ungerer 9b0e741024 m68knommu: put ColdFire head code into .text.head section
Switch the ColdFire head start up code to be in the .text.head segment.
And make sure that segment is at the start of the final linked text
segment. Fixes the linker warnings about section use mis-matches:

  WARNING: vmlinux.o(.text+0xa8): Section mismatch in reference from the variable _clear_bss to the function .init.text:start_kernel()
  The function _clear_bss() references
  the function __init start_kernel().
  This is often because _clear_bss lacks a __init
  annotation or the annotation of start_kernel is wrong.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
2008-07-23 15:11:29 +10:00
..
Makefile m68knommu: Add Coldfire DMA Timer support 2008-07-23 15:11:27 +10:00
dma.c m68knommu: create common DMA table for ColdFire CPUs 2008-02-01 21:00:01 +11:00
dma_timer.c m68knommu: add sched_clock() for the DMA timer 2008-07-23 15:11:28 +10:00
entry.S m68knommu: fix compare race in sched related code 2008-05-01 08:08:36 -07:00
head.S m68knommu: put ColdFire head code into .text.head section 2008-07-23 15:11:29 +10:00
pit.c m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support 2008-07-23 15:11:28 +10:00
timers.c m68knommu: init coldfire timer TRR with n - 1, not n 2008-06-12 18:05:40 -07:00
vectors.c m68knommu: move ColdFire vectors.c to its own coldfire directory 2008-02-01 20:58:10 +11:00