Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6190
b: refs/heads/master
c: 8c65b5c
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed Aug 29, 2005
1 parent 6ddd602 commit 4fd389f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 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: 3e494c80481653bbc810b4e67651097595ea0294
refs/heads/master: 8c65b5c955b8598d9c63b4e97392377269873a54
3 changes: 2 additions & 1 deletion trunk/arch/ppc64/kernel/iSeries_vio.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EXPORT_SYMBOL(iSeries_vio_dev);
static struct iommu_table veth_iommu_table;
static struct iommu_table vio_iommu_table;

void __init iommu_vio_init(void)
static void __init iommu_vio_init(void)
{
struct iommu_table *t;
struct iommu_table_cb cb;
Expand Down Expand Up @@ -123,6 +123,7 @@ static int __init vio_bus_init_iseries(void)

err = vio_bus_init();
if (err == 0) {
iommu_vio_init();
vio_bus_device.iommu_table = &vio_iommu_table;
iSeries_vio_dev = &vio_bus_device.dev;
probe_bus_iseries();
Expand Down
3 changes: 0 additions & 3 deletions trunk/arch/ppc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,6 @@ void __init mem_init(void)

mem_init_done = 1;

#ifdef CONFIG_PPC_ISERIES
iommu_vio_init();
#endif
/* Initialize the vDSO */
vdso_init();
}
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/asm-ppc64/iommu.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ extern void iommu_devnode_init_pSeries(struct device_node *dn);

#ifdef CONFIG_PPC_ISERIES

/* Initializes tables for bio buses */
extern void __init iommu_vio_init(void);

struct iSeries_Device_Node;
/* Creates table for an individual device node */
extern void iommu_devnode_init_iSeries(struct iSeries_Device_Node *dn);
Expand Down

0 comments on commit 4fd389f

Please sign in to comment.