[PARISC] Prevent processor_probe() from clobbering cpu_data[0]
authorGrant Grundler <grundler@gsyprf11.external.hp.com>
Fri, 1 Sep 2006 21:18:39 +0000 (14:18 -0700)
committerMatthew Wilcox <willy@parisc-linux.org>
Wed, 4 Oct 2006 12:47:57 +0000 (06:47 -0600)
commit7908a0c72ee78ba5476c2a773d808c77593719c6
tree4e8a1f040aae280035d4936bf5971f39d4d6c5b5
parent9cf8f370f0777a24808b3485f3b5abb8e736d3e8
[PARISC] Prevent processor_probe() from clobbering cpu_data[0]

processor_probe() shouldn't clobber cpu_data[0]
cpu_data[0].it_value (used by timer_interrupt()) is already set.

Signed-off-by: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/processor.c