Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60507
b: refs/heads/master
c: 42253a6
h: refs/heads/master
i:
  60505: f82f673
  60503: 7762fc7
v: v3
  • Loading branch information
Linas Vepstas authored and Paul Mackerras committed Jun 14, 2007
1 parent 3f9d73a commit b004c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 858955bd572f0ca38b258e45c7dd743b9e44b04e
refs/heads/master: 42253a68a8e794a38ede33566083af8a80948f60
4 changes: 1 addition & 3 deletions trunk/arch/powerpc/platforms/pseries/eeh.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static unsigned long no_cfg_addr;
static unsigned long ignored_check;
static unsigned long total_mmio_ffs;
static unsigned long false_positives;
static unsigned long ignored_failures;
static unsigned long slot_resets;

#define IS_BRIDGE(class_code) (((class_code)<<16) == PCI_BASE_CLASS_BRIDGE)
Expand Down Expand Up @@ -1221,11 +1220,10 @@ static int proc_eeh_show(struct seq_file *m, void *v)
"check not wanted=%ld\n"
"eeh_total_mmio_ffs=%ld\n"
"eeh_false_positives=%ld\n"
"eeh_ignored_failures=%ld\n"
"eeh_slot_resets=%ld\n",
no_device, no_dn, no_cfg_addr,
ignored_check, total_mmio_ffs,
false_positives, ignored_failures,
false_positives,
slot_resets);
}

Expand Down

0 comments on commit b004c56

Please sign in to comment.