automatically generate hfi structs from dwarf info
This commit is contained in:
committed by
Balazs Gerofi
parent
6279f69f5c
commit
03fed4d1c8
@ -71,7 +71,7 @@ void hfi1_put_tid(struct hfi1_devdata *dd, u32 index,
|
||||
{
|
||||
u64 reg;
|
||||
void __iomem *base = (dd->rcvarray_wc ? dd->rcvarray_wc :
|
||||
(dd->kregbase + RCV_ARRAY));
|
||||
(dd->kregbase1 + RCV_ARRAY));
|
||||
|
||||
if (!(dd->flags & HFI1_PRESENT))
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user