Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62629
b: refs/heads/master
c: 7dea1b2
h: refs/heads/master
i:
  62627: bfd2298
v: v3
  • Loading branch information
Dan Williams authored and Russell King committed Jul 20, 2007
1 parent ccb6961 commit d24c86b
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: a8135fcfd0431eda3653c7069e7aefc8674fdfbe
refs/heads/master: 7dea1b20066cd30fb54da7e686b16b5e38b46b2d
3 changes: 1 addition & 2 deletions trunk/include/asm-arm/arch-iop13xx/uncompress.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#include <asm/types.h>
#include <linux/serial_reg.h>
#include <asm/hardware.h>
#include <asm/processor.h>

#define UART_BASE ((volatile u32 *)IOP13XX_UART1_PHYS)
#define TX_DONE (UART_LSR_TEMT | UART_LSR_THRE)

static inline void putc(char c)
{
while ((UART_BASE[UART_LSR] & TX_DONE) != TX_DONE)
cpu_relax();
barrier();
UART_BASE[UART_TX] = c;
}

Expand Down

0 comments on commit d24c86b

Please sign in to comment.