]> 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)
commit4c24bad43cd91901f92baacbd3948a900a84abb9
treef984da20128bdcc24228ff5a555b6212f7d9367b
parent71374b58ebc7666369d670c06d1176f81c437c59
Revert "arm64: Initialize jump labels before setup_machine_fdt()"

This reverts commit ed3567c874b0691afa1c1df322b86b5a2464ad57.

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