vxge: Removed accessing non-supported registers.
- Removed accessing GENDMA_INT register - This allowed the firmware to perform a generic DMA write to host memory. This feature is not supported by the ASIC, this patch removes access to GENDMA_INT register. Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
657205bdd7
commit
0f8f7d58eb
@@ -4106,8 +4106,6 @@ __vxge_hw_vpath_initialize(struct __vxge_hw_device *hldev, u32 vp_id)
|
||||
if (status != VXGE_HW_OK)
|
||||
goto exit;
|
||||
|
||||
writeq(0, &vp_reg->gendma_int);
|
||||
|
||||
val64 = readq(&vp_reg->rtdma_rd_optimization_ctrl);
|
||||
|
||||
/* Get MRRS value from device control */
|
||||
|
Reference in New Issue
Block a user