diff options
author | James Morse <james.morse@arm.com> | 2016-04-27 17:47:09 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2016-04-28 12:05:46 +0100 |
commit | 28c7258330ee4ce701a4da7af96d6605d1a0b3bd (patch) | |
tree | 4d9985d60c23230c1c1a264f207cf7c89e3540b8 /arch/arm64/kernel | |
parent | 812264550dcba6cdbe84bfac2f27e7d23b5b8733 (diff) | |
download | linux-stable-28c7258330ee4ce701a4da7af96d6605d1a0b3bd.tar.gz linux-stable-28c7258330ee4ce701a4da7af96d6605d1a0b3bd.tar.bz2 linux-stable-28c7258330ee4ce701a4da7af96d6605d1a0b3bd.zip |
arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
KERNEL_START and KERNEL_END are useful outside head.S, move them to a
header file.
Signed-off-by: James Morse <james.morse@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/kernel')
-rw-r--r-- | arch/arm64/kernel/head.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index 0674384cfc74..564c340cef03 100644 --- a/arch/arm64/kernel/head.S +++ b/arch/arm64/kernel/head.S @@ -52,9 +52,6 @@ #error TEXT_OFFSET must be less than 2MB #endif -#define KERNEL_START _text -#define KERNEL_END _end - /* * Kernel startup entry point. * --------------------------- |