Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101787
b: refs/heads/master
c: 5e82eb3
h: refs/heads/master
i:
  101785: 4aacd8f
  101783: 67308c0
v: v3
  • Loading branch information
Nye Liu authored and Kumar Gala committed Jul 14, 2008
1 parent f54ef4b commit bd3cbb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: a3083220c089c626a66b66af0eff4f9220d5b797
refs/heads/master: 5e82eb333949e2f1652bf70d36dfaa875306ae11
3 changes: 1 addition & 2 deletions trunk/arch/powerpc/sysdev/cpm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static void udbg_putc_cpm(char c)
u8 __iomem *txbuf = (u8 __iomem __force *)in_be32(&cpm_udbg_txdesc[1]);

if (c == '\n')
udbg_putc('\r');
udbg_putc_cpm('\r');

while (in_be32(&cpm_udbg_txdesc[0]) & 0x80000000)
;
Expand All @@ -53,7 +53,6 @@ void __init udbg_init_cpm(void)
setbat(1, 0xf0000000, 0xf0000000, 1024*1024, _PAGE_IO);
#endif
udbg_putc = udbg_putc_cpm;
udbg_putc('X');
}
}
#endif
Expand Down

0 comments on commit bd3cbb1

Please sign in to comment.