Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54989
b: refs/heads/master
c: 6bfeccd
h: refs/heads/master
i:
  54987: 8b4a200
v: v3
  • Loading branch information
Zang Roy-r61911 authored and Paul Mackerras committed May 2, 2007
1 parent 2c2b455 commit 138f084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3e5d2bf52514bb92b46bf866d20cc53bbbeb0fb
refs/heads/master: 6bfeccdc110a4f92e44d51d67b274977392cbf46
12 changes: 0 additions & 12 deletions trunk/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,10 @@ int mpc7448_hpc2_exclude_device(u_char bus, u_char devfn)

static void __init mpc7448_hpc2_setup_arch(void)
{
struct device_node *cpu;
struct device_node *np;
if (ppc_md.progress)
ppc_md.progress("mpc7448_hpc2_setup_arch():set_bridge", 0);

cpu = of_find_node_by_type(NULL, "cpu");
if (cpu != 0) {
const unsigned int *fp;

fp = of_get_property(cpu, "clock-frequency", NULL);
if (fp != 0)
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 */
Expand Down

0 comments on commit 138f084

Please sign in to comment.