[MIPS] Show actual CPU information in /proc/cpuinfo
authorKarl-Johan Karlsson <creideiki+linux-mips@ferretporn.se>
Sat, 7 Oct 2006 23:15:02 +0000 (01:15 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 8 Oct 2006 01:38:27 +0000 (02:38 +0100)
commit31aa36658a123263a9a69896e348b9600e050679
tree3b75e5b5c651834d103a7d7f6b3b34eaf715bc94
parent5c90d528b21cb9506713f92730f33246b80ecc25
[MIPS] Show actual CPU information in /proc/cpuinfo

Currently, /proc/cpuinfo contains several copies of the information for
whatever processor we happen to be scheduled on. This patch makes it contain
the proper information for each CPU, which is particularly useful on mixed
R12k/R10k IP27 machines.

Signed-off-by: Karl-Johan Karlsson <creideiki@lysator.liu.se>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/proc.c