Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86: minor tidying of identify_cpu()
Fields that generic_identify() sets unconditionally don't need pre- setting. (In fact the compiler removes some of those assignments anyway, at least in release builds.) With the setting of ->cpuid_level to -1 gone, also drop the respective BUG_ON() from default_init(). Signed-off-by: Jan Beulich <[email protected]> Acked-by: Andrew Cooper <[email protected]>
- Loading branch information