Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6654
b: refs/heads/master
c: c9221da
h: refs/heads/master
v: v3
  • Loading branch information
Mark Maule authored and Tony Luck committed Aug 11, 2005
1 parent f1f8258 commit 085802d
Show file tree
Hide file tree
Showing 7 changed files with 1,545 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: 5b53ed1f2ed6c85e2b1c39d97cc112ea32004609
refs/heads/master: c9221da9f2796f082642c3498edb2c8783ad4774
2 changes: 2 additions & 0 deletions trunk/arch/ia64/sn/kernel/io_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <asm/sn/simulator.h>
#include <asm/sn/sn_sal.h>
#include <asm/sn/tioca_provider.h>
#include <asm/sn/tioce_provider.h>
#include "xtalk/hubdev.h"
#include "xtalk/xwidgetdev.h"

Expand Down Expand Up @@ -481,6 +482,7 @@ static int __init sn_pci_init(void)

pcibr_init_provider();
tioca_init_provider();
tioce_init_provider();

/*
* This is needed to avoid bounce limit checks in the blk layer
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/ia64/sn/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#
# Makefile for the sn pci general routines.

obj-y := pci_dma.o tioca_provider.o pcibr/
obj-y := pci_dma.o tioca_provider.o tioce_provider.o pcibr/
Loading

0 comments on commit 085802d

Please sign in to comment.