HFI1: do device ioremap() mappings in per-process fashion

This commit is contained in:
Balazs Gerofi
2017-08-18 20:15:48 +09:00
parent 5ac582a678
commit 62e438a0aa
4 changed files with 226 additions and 148 deletions

View File

@@ -575,6 +575,11 @@ struct process {
int process_rank; /* Rank in partition */
void *fd_priv_table[265];
/* HFI1 specific */
void *hfi1_kregbase;
void *hfi1_piobase;
void *hfi1_rcvarray_wc;
void *hfi1_cq_comps;
};
/*