linux-kernel-test/arch/m68knommu/kernel
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
..
asm-offsets.c m68knommu: ColdFire add support for kernel preemption 2008-05-01 08:08:35 -07:00
comempci.c PCI: remove unused arch pcibios_update_resource() functions 2008-06-27 13:14:01 -07:00
dma.c m68knommu: need to include linux/device.h in dma.c 2007-07-25 11:05:01 -07:00
entry.S m68knommu: fix signal handling return path 2008-05-01 08:08:35 -07:00
init_task.c [PATCH] take init_files to fs/file.c 2008-05-16 17:22:20 -04:00
irq.c m68knommu: generic irq handling 2007-07-19 10:04:50 -07:00
m68k_ksyms.c Generic semaphore implementation 2008-04-17 10:42:34 -04:00
Makefile Generic semaphore implementation 2008-04-17 10:42:34 -04:00
module.c
process.c m68knommu: include linux/fs.h for getname() 2007-08-23 21:32:54 -07:00
ptrace.c PTRACE_POKEDATA consolidation 2007-07-17 10:23:03 -07:00
setup.c m68knommu: add a missing backslash n in setup code 2008-05-01 08:08:35 -07:00
signal.c m68knommu: fix signal handling return path 2008-05-01 08:08:35 -07:00
sys_m68k.c unified (weak) sys_pipe implementation 2008-05-03 13:50:33 -07:00
syscalltable.S m68k{,nommu}: Wire up new timerfd syscalls 2008-03-04 08:04:11 -08:00
time.c m68knommu: MCF5307 PIT GENERIC_CLOCKEVENTS support 2008-07-23 15:11:28 +10:00
traps.c m68knommu: m68knommu: add old stack trace method 2008-07-23 15:11:28 +10:00
vmlinux.lds.S m68knommu: put ColdFire head code into .text.head section 2008-07-23 15:11:29 +10:00