]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: remove the now unneeded relocate_initrd()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 30 Mar 2016 13:18:43 +0000 (15:18 +0200)
committerWill Deacon <will.deacon@arm.com>
Thu, 14 Apr 2016 15:20:45 +0000 (16:20 +0100)
commit61186ca075e21d9f6488dea99be5a42598fe754c
tree1f363907b2da9572a6434ead5b100feb5f13bab9
parent25f58a2207e5912e95045a88f723713b67955469
arm64: remove the now unneeded relocate_initrd()

This removes the relocate_initrd() implementation and invocation, which are
no longer needed now that the placement of the initrd is guaranteed to be
covered by the linear mapping.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/setup.c