um: Create asm/sections.h
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>
Sun, 12 Oct 2014 11:02:11 +0000 (13:02 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 31 May 2015 11:14:05 +0000 (13:14 +0200)
commitd5f20be7cab85e6e701751323eea77c7935ae522
treed560ec0a1869a1399291d216e3b4df4d2a33ed43
parentba155e2d21f6bf05de86a78dbe5bfd8757604a65
um: Create asm/sections.h

arch/um/kernel/dyn.lds.S and arch/um/kernel/uml.lds.S define some
UML-specific symbols.  These symbols are used in the kernel part of UML
with extern declarations.

Move these declarations to a new header, asm/sections.h, like other
architectures do.

Signed-off-by: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/include/asm/Kbuild
arch/um/include/asm/sections.h [new file with mode: 0644]
arch/um/kernel/physmem.c
arch/um/kernel/skas/mmu.c
arch/um/kernel/um_arch.c