Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47247
b: refs/heads/master
c: 9288f5c
h: refs/heads/master
i:
  47245: 6818361
  47243: a918afc
  47239: 048b493
  47231: eea2e17
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Feb 9, 2007
1 parent 292dcbb commit d8b0867
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f3bed5fdb5dbe963fc2c54e7709da96823c404d
refs/heads/master: 9288f5c3f190ef5ee8e50b27e8ae1152f19061e4
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ int ps3_alloc_io_irq(enum ps3_cpu_binding cpu, unsigned int interrupt_id,

return result;
}
EXPORT_SYMBOL_GPL(ps3_alloc_io_irq);

int ps3_free_io_irq(unsigned int virq)
{
Expand All @@ -209,6 +210,7 @@ int ps3_free_io_irq(unsigned int virq)

return result;
}
EXPORT_SYMBOL_GPL(ps3_free_io_irq);

/**
* ps3_alloc_event_irq - Allocate a virq for use with a system event.
Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/platforms/ps3/system-bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ int ps3_mmio_region_create(struct ps3_mmio_region *r)
dump_mmio_region(r);
return result;
}
EXPORT_SYMBOL_GPL(ps3_mmio_region_create);

int ps3_free_mmio_region(struct ps3_mmio_region *r)
{
Expand All @@ -72,6 +73,7 @@ int ps3_free_mmio_region(struct ps3_mmio_region *r)
r->lpar_addr = 0;
return result;
}
EXPORT_SYMBOL_GPL(ps3_free_mmio_region);

static int ps3_system_bus_match(struct device *_dev,
struct device_driver *_drv)
Expand Down

0 comments on commit d8b0867

Please sign in to comment.