Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67184
b: refs/heads/master
c: c3ca32f
h: refs/heads/master
v: v3
  • Loading branch information
Jon Loeliger authored and Paul Mackerras committed Aug 17, 2007
1 parent df26a4f commit 3c2b811
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 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: 7888fbf7bbf8840e83078eae3a537fd1cde46e6e
refs/heads/master: c3ca32fdb820d59e63c95115ec5caf2862c85040
14 changes: 0 additions & 14 deletions trunk/arch/powerpc/platforms/8xx/mpc86xads_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,20 +254,6 @@ int platform_device_skip(const char *model, int id)

static void __init mpc86xads_setup_arch(void)
{
struct device_node *cpu;

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);
}

cpm_reset();

mpc86xads_board_setup();
Expand Down
14 changes: 0 additions & 14 deletions trunk/arch/powerpc/platforms/8xx/mpc885ads_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,20 +406,6 @@ int platform_device_skip(const char *model, int id)

static void __init mpc885ads_setup_arch(void)
{
struct device_node *cpu;

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);
}

cpm_reset();

mpc885ads_board_setup();
Expand Down

0 comments on commit 3c2b811

Please sign in to comment.