]> rtime.felk.cvut.cz Git - linux-imx.git/commit
x86: Drop KERNEL_IMAGE_START
authorBorislav Petkov <bp@alien8.de>
Mon, 4 Mar 2013 20:16:17 +0000 (21:16 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 2 Apr 2013 23:03:29 +0000 (16:03 -0700)
commit8e3c2a8cf647e2f3a1e9d38009b0d1c02145822f
treebd5991f51985964c167391225a707b6c515d9656
parent2dead15fb8f6522b96c913603b5ad0b5c7d01f49
x86: Drop KERNEL_IMAGE_START

We have KERNEL_IMAGE_START and __START_KERNEL_map which both contain the
start of the kernel text mapping's virtual address. Remove the prior one
which has been replicated a lot less times around the tree.

No functionality change.

Signed-off-by: Borislav Petkov <bp@alien8.de>
Link: http://lkml.kernel.org/r/1362428180-8865-3-git-send-email-bp@alien8.de
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/page_64_types.h
arch/x86/kernel/head64.c