projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c57ec52
)
sparc, leon: Added Aeroflex Gaisler entry in manufacturer_info structure
author
Kristoffer Glembo
<kristoffer@gaisler.com>
Wed, 2 Dec 2009 04:30:20 +0000
(
04:30
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 3 Dec 2009 06:28:49 +0000
(22:28 -0800)
Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/cpu.c
patch
|
blob
|
history
diff --git
a/arch/sparc/kernel/cpu.c
b/arch/sparc/kernel/cpu.c
index 1446df90ef85f8ced24f68b3c8d896b37cae2642..e447938d39cf1f48cfd7a6707b66739e9208cb54 100644
(file)
--- a/
arch/sparc/kernel/cpu.c
+++ b/
arch/sparc/kernel/cpu.c
@@
-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 = {