Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6579
b: refs/heads/master
c: 62c592e
h: refs/heads/master
i:
  6577: d9fa5dd
  6575: b7f9a04
v: v3
  • Loading branch information
Marcelo Tosatti authored and Linus Torvalds committed Aug 30, 2005
1 parent 915bccc commit dd49be4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 81d4af1340badcd2100c84fbd1bfd13156de41aa
refs/heads/master: 62c592edead3c3a045662595f7ade3c12f133373
6 changes: 3 additions & 3 deletions trunk/arch/ppc/syslib/m8xx_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ unsigned char __res[sizeof(bd_t)];
extern void m8xx_ide_init(void);

extern unsigned long find_available_memory(void);
extern void m8xx_cpm_reset();
extern void m8xx_cpm_reset(void);
extern void m8xx_wdt_handler_install(bd_t *bp);
extern void rpxfb_alloc_pages(void);
extern void cpm_interrupt_init(void);
Expand Down Expand Up @@ -266,8 +266,8 @@ m8xx_show_percpuinfo(struct seq_file *m, int i)

bp = (bd_t *)__res;

seq_printf(m, "clock\t\t: %ldMHz\n"
"bus clock\t: %ldMHz\n",
seq_printf(m, "clock\t\t: %uMHz\n"
"bus clock\t: %uMHz\n",
bp->bi_intfreq / 1000000,
bp->bi_busfreq / 1000000);

Expand Down

0 comments on commit dd49be4

Please sign in to comment.