[IA64-SGI] fix SGI Altix tioce_bus_fixup() bug
authorMike Habeck <habeck@sgi.com>
Mon, 19 Jun 2006 20:38:10 +0000 (15:38 -0500)
committerTony Luck <tony.luck@intel.com>
Wed, 21 Jun 2006 21:47:06 +0000 (14:47 -0700)
commitf640f94ec4f39e8a4d91d58354d3e09b28769edf
tree005abff2ede1284c7220f01c5f066cbb2d24ff8b
parentd270acbc24f0ce451c773c214ac0e92e95396b2f
[IA64-SGI] fix SGI Altix tioce_bus_fixup() bug

The following patch fixes a bug in the SGI Altix tioce_bus_fixup()
code.  ce_dre_comp_err_addr needs to be zero'd out not ~0ULL.  As
a result completion errors weren't being captured.

Signed-off-by: Mike Habeck <habeck@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/sn/pci/tioce_provider.c