1 #include <linux/kernel.h>
2 #include <asm/processor.h>
6 * UMC chips appear to be only either 386 or 486,
7 * so no special init takes place.
10 static const struct cpu_dev umc_cpu_dev
= {
12 .c_ident
= { "UMC UMC UMC" },
14 { .family
= 4, .model_names
=
21 .c_x86_vendor
= X86_VENDOR_UMC
,
24 cpu_dev_register(umc_cpu_dev
);