Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77755
b: refs/heads/master
c: c2672f6
h: refs/heads/master
i:
  77753: 5e3bc76
  77751: 3cd38b9
v: v3
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 1174035 commit 819b214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: d1839136098e281ece46520200599ef94edca612
refs/heads/master: c2672f62e734292bca4ce4ab5e89c7e04ecb70dc
4 changes: 3 additions & 1 deletion trunk/arch/sh/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,9 @@ static const char *cpu_name[] = {
[CPU_SH7770] = "SH7770", [CPU_SH7780] = "SH7780",
[CPU_SH7781] = "SH7781", [CPU_SH7343] = "SH7343",
[CPU_SH7785] = "SH7785", [CPU_SH7722] = "SH7722",
[CPU_SHX3] = "SH-X3", [CPU_SH_NONE] = "Unknown"
[CPU_SHX3] = "SH-X3",
[CPU_SH5_101] = "SH5-101", [CPU_SH5_103] = "SH5-103",
[CPU_SH_NONE] = "Unknown"
};

const char *get_cpu_subtype(struct sh_cpuinfo *c)
Expand Down

0 comments on commit 819b214

Please sign in to comment.