diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-01-18 18:50:23 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-01-18 18:50:23 -0800 |
| commit | 5501e738c2cec13014e6f1ffc5329bd234e4a12f (patch) | |
| tree | 34a7dceba88fe9eae242c81af96827220e155987 /include | |
| parent | aee5612f8652ce0ff9c280653c5d348d2a4ef3c2 (diff) | |
[PATCH] sn: Change the definition and usage of iio_itte - make it an array
From: Pat Gefre <pfg@sgi.com>
Change the definition and usage of iio_itte - make it an array
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ia64/sn/pci/pcibr_private.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/asm-ia64/sn/pci/pcibr_private.h b/include/asm-ia64/sn/pci/pcibr_private.h index ec8c724ed46f..0a0cf4394510 100644 --- a/include/asm-ia64/sn/pci/pcibr_private.h +++ b/include/asm-ia64/sn/pci/pcibr_private.h @@ -713,13 +713,7 @@ struct sn_flush_device_list { struct sn_flush_nasid_entry { struct sn_flush_device_list **widget_p; - unsigned long iio_itte1; - unsigned long iio_itte2; - unsigned long iio_itte3; - unsigned long iio_itte4; - unsigned long iio_itte5; - unsigned long iio_itte6; - unsigned long iio_itte7; + unsigned long iio_itte[8]; }; #endif /* _ASM_SN_PCI_PCIBR_PRIVATE_H */ |
