Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13729
b: refs/heads/master
c: 0a5cab4
h: refs/heads/master
i:
  13727: ec734c6
v: v3
  • Loading branch information
Paul Mackerras committed Nov 10, 2005
1 parent 3d3331c commit 3d8ac85
Show file tree
Hide file tree
Showing 2 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: 3db9aaaf87b77eb9669157c723f6cb7e234bcef0
refs/heads/master: 0a5cab42a1317326d87b0d074df50705a0c3fa77
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ static struct device_node * find_device_pe(struct device_node *dn)
* an interrupt context, which is bad.
*/

static inline void __eeh_mark_slot (struct device_node *dn)
static void __eeh_mark_slot (struct device_node *dn)
{
while (dn) {
PCI_DN(dn)->eeh_mode |= EEH_MODE_ISOLATED;
Expand All @@ -489,7 +489,7 @@ static inline void __eeh_mark_slot (struct device_node *dn)
}
}

static inline void __eeh_clear_slot (struct device_node *dn)
static void __eeh_clear_slot (struct device_node *dn)
{
while (dn) {
PCI_DN(dn)->eeh_mode &= ~EEH_MODE_ISOLATED;
Expand Down

0 comments on commit 3d8ac85

Please sign in to comment.