]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/cpu/umc.c
x86: mtrr cleanup for converting continuous to discrete layout, v8
[linux-2.6] / arch / x86 / kernel / cpu / umc.c
index b1acf08245fbbc105ee667d13c0f0f253a49bc95..b1fc90989d75ac132324e8f8301ff9bb553beea4 100644 (file)
@@ -3,17 +3,19 @@
 #include <asm/processor.h>
 #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",
                  }
                },
        },