ARM: drop pointless SMP check on secondary startup path
authorArd Biesheuvel <ardb@kernel.org>
Mon, 24 Jan 2022 22:29:59 +0000 (23:29 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 25 Jan 2022 08:53:52 +0000 (09:53 +0100)
commit57a420435edcb0b947a74171bf49ada7a5892d4f
treeed38b8dbb779c8a775f186a44efb2541ff0370e6
parenta14a96d7560687d328e3702682c94b549e1c3911
ARM: drop pointless SMP check on secondary startup path

Only SMP systems use the secondary startup path by definition, so there
is no need for SMP conditionals there.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/kernel/smp.c