Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190497
b: refs/heads/master
c: 0dfeeca
h: refs/heads/master
i:
  190495: 33b36c9
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Ralf Baechle committed Apr 30, 2010
1 parent 57e96c1 commit e9e7751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b20947aaa0026efd7355ae4bf70b56a13a3f98b1
refs/heads/master: 0dfeecacd8e4405209f217944818b90016bb4a9d
3 changes: 2 additions & 1 deletion trunk/arch/mips/pci/pci-sb1250.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <linux/mm.h>
#include <linux/console.h>
#include <linux/tty.h>
#include <linux/vt.h>

#include <asm/io.h>

Expand Down Expand Up @@ -254,7 +255,7 @@ static int __init sb1250_pcibios_init(void)
* XXX ehs: Should this happen in PCI Device mode?
*/
io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024);
sb1250_controller.io_map_base = io_map_base;
sb1250_controller.io_map_base = (unsigned long)io_map_base;
set_io_port_base((unsigned long)io_map_base);

#ifdef CONFIG_SIBYTE_HAS_LDT
Expand Down

0 comments on commit e9e7751

Please sign in to comment.