aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/um/kernel/um_arch.c
diff options
context:
space:
mode:
authorNicolas Iooss <nicolas.iooss_linux@m4x.org>2014-10-12 13:02:11 +0200
committerRichard Weinberger <richard@nod.at>2015-05-31 13:14:05 +0200
commitd5f20be7cab85e6e701751323eea77c7935ae522 (patch)
treed560ec0a1869a1399291d216e3b4df4d2a33ed43 /arch/um/kernel/um_arch.c
parentLinux 4.1-rc5 (diff)
downloadwireguard-linux-d5f20be7cab85e6e701751323eea77c7935ae522.tar.xz
wireguard-linux-d5f20be7cab85e6e701751323eea77c7935ae522.zip
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>
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r--arch/um/kernel/um_arch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
index 07f798f4bcee..ffa185d92d2d 100644
--- a/arch/um/kernel/um_arch.c
+++ b/arch/um/kernel/um_arch.c
@@ -248,8 +248,6 @@ EXPORT_SYMBOL(end_iomem);
#define MIN_VMALLOC (32 * 1024 * 1024)
-extern char __binary_start;
-
int __init linux_main(int argc, char **argv)
{
unsigned long avail, diff;