]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbf43a3b31862294321a8ef4443a45791371a8141
treef984da20128bdcc24228ff5a555b6212f7d9367b
parentb52d5a6d90c5addd271912240e89be49abd74565
Revert "arm64: Initialize jump labels before setup_machine_fdt()"

This reverts commit 83241a3e4d1f7fe27443d3b016088e336db72948.

The reverted patch was needed as a fix after commit 137c2c274a37
("random: use static branch for crng_ready()"). However, this was
already fixed by 31fa2a8f938d ("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