Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88633
b: refs/heads/master
c: 48e6b7a
h: refs/heads/master
i:
  88631: e6ed5ee
v: v3
  • Loading branch information
Paolo Ciarrocchi authored and Ingo Molnar committed Apr 17, 2008
1 parent 82d614a commit b7d0470
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c5847837fe76497934734330151f240f3e04925
refs/heads/master: 48e6b7a050971dd42122f6db7a43467794075c02
12 changes: 7 additions & 5 deletions trunk/arch/x86/kernel/cpu/umc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
},
},
Expand Down

0 comments on commit b7d0470

Please sign in to comment.