[POWERPC] 86xx: Remove unnecessary loops_per_jiffy initialization code.
Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
@@ -132,23 +132,13 @@ static int mpc86xx_exclude_device(struct pci_controller *hose,
|
|||||||
static void __init
|
static void __init
|
||||||
mpc86xx_hpcn_setup_arch(void)
|
mpc86xx_hpcn_setup_arch(void)
|
||||||
{
|
{
|
||||||
|
#ifdef CONFIG_PCI
|
||||||
struct device_node *np;
|
struct device_node *np;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (ppc_md.progress)
|
if (ppc_md.progress)
|
||||||
ppc_md.progress("mpc86xx_hpcn_setup_arch()", 0);
|
ppc_md.progress("mpc86xx_hpcn_setup_arch()", 0);
|
||||||
|
|
||||||
np = of_find_node_by_type(NULL, "cpu");
|
|
||||||
if (np != 0) {
|
|
||||||
const unsigned int *fp;
|
|
||||||
|
|
||||||
fp = of_get_property(np, "clock-frequency", NULL);
|
|
||||||
if (fp != 0)
|
|
||||||
loops_per_jiffy = *fp / HZ;
|
|
||||||
else
|
|
||||||
loops_per_jiffy = 50000000 / HZ;
|
|
||||||
of_node_put(np);
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef CONFIG_PCI
|
#ifdef CONFIG_PCI
|
||||||
for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) {
|
for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) {
|
||||||
struct resource rsrc;
|
struct resource rsrc;
|
||||||
|
Reference in New Issue
Block a user