Intel's MSR_BIOS_UPDT_TRIG does not issue #GP, making the
wrmsr_early_safe() fault-handling unnecessary on Intel. The mechanism
was introduced to handle a specific AMD problem where certain EPYC CPUs
issue #GP when the OS attempts to load microcode before a minimum
BIOS-level microcode version is already applied.
Make the EARLY case fall through to the bare wrmsr() path,
restoring the pre-d9f03a43f2fe behaviour for Intel.
PR: 294630
Fixes: d9f03a43f2fe (ucode: use wrmsr_early_safe() for early CPU microcode update)