[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)
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>

No differences found