Revert "arm64: Initialize jump labels before setup_machine_fdt()"
authorCatalin Marinas <catalin.marinas@arm.com>
Wed, 15 Jun 2022 13:22:38 +0000 (14:22 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 15 Jun 2022 15:14:32 +0000 (16:14 +0100)
commit27d8fa207835fa5c7cd6f969c6cc94d1123951ee
treef984da20128bdcc24228ff5a555b6212f7d9367b
parentb13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3
Revert "arm64: Initialize jump labels before setup_machine_fdt()"

This reverts commit 73e2d827a501d48dceeb5b9b267a4cd283d6b1ae.

The reverted patch was needed as a fix after commit f5bda35fba61
("random: use static branch for crng_ready()"). However, this was
already fixed by 60e5b2886b92 ("random: do not use jump labels before
they are initialized") and hence no longer necessary to initialise jump
labels before setup_machine_fdt().

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/setup.c