diff options
author | Mark Rutland <mark.rutland@arm.com> | 2015-10-06 19:24:37 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-10-06 19:33:15 +0200 |
commit | 4ca3bc86bea23f38596ce7508f75e072839bde44 (patch) | |
tree | 6cd7b6433b2f305c4937ca8d136b0000a459bfc6 /arch/h8300/kernel | |
parent | arm64: convert patch_lock to raw lock (diff) | |
download | linux-4ca3bc86bea23f38596ce7508f75e072839bde44.tar.xz linux-4ca3bc86bea23f38596ce7508f75e072839bde44.zip |
arm64: Don't relocate non-existent initrd
When booting a kernel without an initrd, the kernel reports that it
moves -1 bytes worth, having gone through the motions with initrd_start
equal to initrd_end:
Moving initrd from [4080000000-407fffffff] to [9fff49000-9fff48fff]
Prevent this by bailing out early when the initrd size is zero (i.e. we
have no initrd), avoiding the confusing message and other associated
work.
Fixes: 1570f0d7ab425c1e ("arm64: support initrd outside kernel linear map")
Cc: Mark Salter <msalter@redhat.com>
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/h8300/kernel')
0 files changed, 0 insertions, 0 deletions