[POWERPC] embedded6xx: Remove unnecessary loops_per_jiffy initialization code
Signed-off-by: Jon Loeliger <jdl@freescale.com> Acked-by: Mark A. Greer <mgreer@mvista.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
c3ca32fdb8
commit
2a4a9fbf26
@ -113,23 +113,11 @@ static void holly_remap_bridge(void)
|
||||
|
||||
static void __init holly_setup_arch(void)
|
||||
{
|
||||
struct device_node *cpu;
|
||||
struct device_node *np;
|
||||
|
||||
if (ppc_md.progress)
|
||||
ppc_md.progress("holly_setup_arch():set_bridge", 0);
|
||||
|
||||
cpu = of_find_node_by_type(NULL, "cpu");
|
||||
if (cpu) {
|
||||
const unsigned int *fp;
|
||||
|
||||
fp = of_get_property(cpu, "clock-frequency", NULL);
|
||||
if (fp)
|
||||
loops_per_jiffy = *fp / HZ;
|
||||
else
|
||||
loops_per_jiffy = 50000000 / HZ;
|
||||
of_node_put(cpu);
|
||||
}
|
||||
tsi108_csr_vir_base = get_vir_csrbase();
|
||||
|
||||
/* setup PCI host bridge */
|
||||
|
Reference in New Issue
Block a user