diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/kernel/cpu/umc.c')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/kernel/cpu/umc.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/ANDROID_3.4.5/arch/x86/kernel/cpu/umc.c b/ANDROID_3.4.5/arch/x86/kernel/cpu/umc.c deleted file mode 100644 index fd2c37bf..00000000 --- a/ANDROID_3.4.5/arch/x86/kernel/cpu/umc.c +++ /dev/null @@ -1,26 +0,0 @@ -#include <linux/kernel.h> -#include <linux/init.h> -#include <asm/processor.h> -#include "cpu.h" - -/* - * UMC chips appear to be only either 386 or 486, - * so no special init takes place. - */ - -static const struct cpu_dev __cpuinitconst umc_cpu_dev = { - .c_vendor = "UMC", - .c_ident = { "UMC UMC UMC" }, - .c_models = { - { .vendor = X86_VENDOR_UMC, .family = 4, .model_names = - { - [1] = "U5D", - [2] = "U5S", - } - }, - }, - .c_x86_vendor = X86_VENDOR_UMC, -}; - -cpu_dev_register(umc_cpu_dev); - |