1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 3 .section .init, "ax", @progbits 4 5 .global bootblock_pre_c_entry 6 7 .code32 8 bootblock_pre_c_entry: 9 call bootblock_c_entry_bist 10 11 .Lhlt: 12 hlt 13 jmp .Lhlt