* question about arch/arm/mach-iop13xx/include/mach/pci.h
@ 2010-09-01 15:43 Julia Lawall
0 siblings, 0 replies; only message in thread
From: Julia Lawall @ 2010-09-01 15:43 UTC (permalink / raw)
To: linux-arm-kernel
The file arch/arm/mach-iop13xx/include/mach/pci.h contains the following
code:
#define IOP_PCI_STATUS_ERROR (PCI_STATUS_PARITY | \
PCI_STATUS_SIG_TARGET_ABORT | \
PCI_STATUS_REC_TARGET_ABORT | \
PCI_STATUS_REC_TARGET_ABORT | \
PCI_STATUS_REC_MASTER_ABORT | \
PCI_STATUS_SIG_SYSTEM_ERROR | \
PCI_STATUS_DETECTED_PARITY)
This code contains two occurrences of PCI_STATUS_REC_TARGET_ABORT. Can
the second one just be dropped, or was it intended to include something
else?
thanks,
julia
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-01 15:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 15:43 question about arch/arm/mach-iop13xx/include/mach/pci.h Julia Lawall
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).