x86/boot: Remove manual BSS clearing Now that the kernel's ELF parser clears BSS-like regions when decompressing the kernel, we don't need to manually clear BSS. This is split out for ease of bisection. Signed-off-by: Andy Lutomirski <luto@kernel.org>