Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170408
b: refs/heads/master
c: 3560f78
h: refs/heads/master
v: v3
  • Loading branch information
Kristoffer Glembo authored and David S. Miller committed Dec 3, 2009
1 parent 77ba140 commit 72a6471
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c57ec52f2647e53709c3ce8d86b28876c2f32de0
refs/heads/master: 3560f788fe207de25c96ea547c56fc8a750e37a5
11 changes: 11 additions & 0 deletions trunk/arch/sparc/kernel/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,17 @@ static const struct manufacturer_info __initconst manufacturer_info[] = {
FPU(3, "Fujitsu or Weitek on-chip FPU"),
FPU(-1, NULL)
}
},{
0xF, /* Aeroflex Gaisler */
.cpu_info = {
CPU(3, "LEON"),
CPU(-1, NULL)
},
.fpu_info = {
FPU(2, "GRFPU"),
FPU(3, "GRFPU-Lite"),
FPU(-1, NULL)
}
},{
0x17,
.cpu_info = {
Expand Down

0 comments on commit 72a6471

Please sign in to comment.