From b7d0470b7fefc4c8be0f4cdfda26434efaa539c2 Mon Sep 17 00:00:00 2001 From: Paolo Ciarrocchi Date: Thu, 21 Feb 2008 00:18:34 +0100 Subject: [PATCH] --- yaml --- r: 88633 b: refs/heads/master c: 48e6b7a050971dd42122f6db7a43467794075c02 h: refs/heads/master i: 88631: e6ed5eec387ec81bca7cb1fdf0d67121ca4d5225 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/umc.c | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 837a7e3c556c..cf845c8eeea7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c5847837fe76497934734330151f240f3e04925 +refs/heads/master: 48e6b7a050971dd42122f6db7a43467794075c02 diff --git a/trunk/arch/x86/kernel/cpu/umc.c b/trunk/arch/x86/kernel/cpu/umc.c index b1acf08245fb..b1fc90989d75 100644 --- a/trunk/arch/x86/kernel/cpu/umc.c +++ b/trunk/arch/x86/kernel/cpu/umc.c @@ -3,17 +3,19 @@ #include #include "cpu.h" -/* UMC chips appear to be only either 386 or 486, so no special init takes place. +/* + * UMC chips appear to be only either 386 or 486, + * so no special init takes place. */ static struct cpu_dev umc_cpu_dev __cpuinitdata = { .c_vendor = "UMC", - .c_ident = { "UMC UMC UMC" }, + .c_ident = { "UMC UMC UMC" }, .c_models = { { .vendor = X86_VENDOR_UMC, .family = 4, .model_names = - { - [1] = "U5D", - [2] = "U5S", + { + [1] = "U5D", + [2] = "U5S", } }, },