HFI1: port to IFS 10.7 rpv1 and support queued_spin_lock in Linux 3.10.0-693.11.6

This commit is contained in:
Balazs Gerofi
2018-04-09 22:21:45 +09:00
parent af22ce62d2
commit 8164b63fc2
11 changed files with 110 additions and 75 deletions

View File

@ -1,8 +1,8 @@
struct hfi1_pportdata {
union {
char whole_struct[12544];
char whole_struct[12928];
struct {
char padding0[1907];
char padding0[2113];
u8 vls_operational;
};
};