1 #include <linux/kernel.h>
2 #include <linux/init.h>
3 #include <asm/processor.h>
7 * UMC chips appear to be only either 386 or 486,
8 * so no special init takes place.
11 static struct cpu_dev umc_cpu_dev __cpuinitdata = {
13 .c_ident = { "UMC UMC UMC" },
15 { .vendor = X86_VENDOR_UMC, .family = 4, .model_names =
24 cpu_vendor_dev_register(X86_VENDOR_UMC, &umc_cpu_dev);