diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:51:24 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:51:24 -0800 |
| commit | fac023017a35216cb7c3cfe383aeade7d3c3a097 (patch) | |
| tree | 75b78b76e3e2f7d8e1788c875dfb383fb882cca3 /include | |
| parent | 34a814b27f040108d675c654ec0cf9ec980c1273 (diff) | |
[PATCH] sn: Fixed an oom in pci_bus_cvlink.c
From: Pat Gefre <pfg@sgi.com>
Fixed an oom in pci_bus_cvlink.c
Also added slot to flush code
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/sn/pci/pcibr_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/pci/pcibr_private.h b/include/asm-ia64/sn/pci/pcibr_private.h index 4722c69e2220..efc9fc59c7fc 100644 --- a/include/asm-ia64/sn/pci/pcibr_private.h +++ b/include/asm-ia64/sn/pci/pcibr_private.h @@ -702,6 +702,7 @@ struct pcibr_list_s { struct sn_flush_device_list { int bus; + int slot; int pin; struct bar_list { unsigned long start; |
