hugetlb: introduce generic version of hugetlb_free_pgd_range
[linux/fpc-iii.git] / arch / x86 / kernel / cpu / umc.c
blob65a58a390fc31161ec7f4139157c2ebb2c5c54f9
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/kernel.h>
3 #include <asm/processor.h>
4 #include "cpu.h"
6 /*
7 * UMC chips appear to be only either 386 or 486,
8 * so no special init takes place.
9 */
11 static const struct cpu_dev umc_cpu_dev = {
12 .c_vendor = "UMC",
13 .c_ident = { "UMC UMC UMC" },
14 .legacy_models = {
15 { .family = 4, .model_names =
17 [1] = "U5D",
18 [2] = "U5S",
22 .c_x86_vendor = X86_VENDOR_UMC,
25 cpu_dev_register(umc_cpu_dev);