commit | c275ce44929402664902cbb09d4f054b315623d7 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Sat Jan 17 23:10:35 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 17 23:10:35 2009 -0800 |
tree | 4016c6a4c82b55c55ab833df6f36c7635876761e | |
parent | f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b [diff] |
sparc64: fix readout of cpu/fpu type Meelis reported that on his box /proc/cpuinfo started to reported "Unknow CPU" and the same did the boot messages. It was a stupid bug I introduced when merging cpu.c for 32 and 64 bit. The code did an array reference where it had to search for the right index. Reported-by: Meelis Roos <mroos@linux.ee> Tested-by: Meelis Roos <mroos@linux.ee> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>