iop-adma: add a dummy read to flush next descriptor update
authorDan Williams <dan.j.williams@intel.com>
Tue, 11 Nov 2008 20:12:33 +0000 (13:12 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 11 Nov 2008 20:12:33 +0000 (13:12 -0700)
The current dummy read references the wrong address allowing the next
descriptor address update to linger in the store buffer and get passed
by an 'append' event.

This issue was uncovered by the change from strongly-ordered to device
memory for the adma registers.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>

No differences found