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)
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>

No differences found