Searched hist:c275ce44929402664902cbb09d4f054b315623d7 (Results 1 – 1 of 1) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | cpu.c | diff c275ce44929402664902cbb09d4f054b315623d7 Sun Jan 18 08:10:35 CET 2009 Sam Ravnborg <sam@ravnborg.org> 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>
|