linux/arch/xtensa/mm
Geert Uytterhoeven 5e7b6ed8e9 xtensa: replace xtensa-specific _f{data,text} by _s{data,text}
commit a2d063ac21 ("extable, core_kernel_data(): Make sure all archs
define _sdata") missed xtensa.  Xtensa does have a start of data marker,
but calls it _fdata, causing

    kernel/built-in.o:(.text+0x964): undefined reference to `_sdata'

_stext was already defined, but it was duplicated by _fdata.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-06-20 14:39:35 -07:00
..
Makefile xtensa: nommu support 2009-04-02 23:41:50 -07:00
cache.c MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself 2010-02-20 16:41:46 +00:00
fault.c Disintegrate asm/system.h for Xtensa 2012-03-28 18:30:03 +01:00
init.c xtensa: replace xtensa-specific _f{data,text} by _s{data,text} 2012-06-20 14:39:35 -07:00
misc.S xtensa: nommu support 2009-04-02 23:41:50 -07:00
mmu.c mm: now that all old mmu_gather code is gone, remove the storage 2011-05-25 08:39:16 -07:00
tlb.c Disintegrate asm/system.h for Xtensa 2012-03-28 18:30:03 +01:00