Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6919
b: refs/heads/master
c: cc50664
h: refs/heads/master
i:
  6917: b8d5f30
  6915: adabd5c
  6911: ff99ccf
v: v3
  • Loading branch information
Eugene Surovegin authored and Linus Torvalds committed Sep 5, 2005
1 parent da7f46b commit 26fa48b
Show file tree
Hide file tree
Showing 3 changed files with 3 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: cce9d7e36f92f2d48de8c701b65ad27e76fedd02
refs/heads/master: cc506644202d23bcf115999ee911a53f177ce682
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/4xx/bamboo.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
#define STD_UART_OP(num) \
{ 0, BASE_BAUD, 0, UART##num##_INT, \
(ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST), \
iomem_base: UART##num##_IO_BASE, \
iomem_base: (void*)UART##num##_IO_BASE, \
io_type: SERIAL_IO_MEM},

#define SERIAL_PORT_DFNS \
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ppc/platforms/4xx/luan.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#define STD_UART_OP(num) \
{ 0, BASE_BAUD, 0, UART##num##_INT, \
(ASYNC_BOOT_AUTOCONF | ASYNC_SKIP_TEST), \
iomem_base: UART##num##_IO_BASE, \
iomem_base: (void*)UART##num##_IO_BASE, \
io_type: SERIAL_IO_MEM},

#define SERIAL_PORT_DFNS \
Expand Down

0 comments on commit 26fa48b

Please sign in to comment.