Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2019-05-02 21:38:48 -07:00
2 changed files with 6 additions and 4 deletions

View File

@@ -3,19 +3,19 @@
ABT_DETAILS="x86_64"
ABT_JOBS=5
ABT_KERNELS=" \
5.0.10 \
5.0.11 \
4.20.17-nc \
4.19.37-nc \
4.19.38-nc \
4.18.18-nc \
4.17.18-nc \
4.16.18-nc \
4.15.18-nc \
4.14.114-nc \
4.14.115-nc \
4.13.16-nc \
4.12.14-nc \
4.11.12-nc \
4.10.17-nc \
4.9.171-nc \
4.9.172-nc \
4.8.17-nc \
4.7.10-nc \
4.6.7-nc \

View File

@@ -1,6 +1,8 @@
#ifndef _QLA_DSD_H_
#define _QLA_DSD_H_
#include <asm/unaligned.h>
/* 32-bit data segment descriptor (8 bytes) */
struct dsd32 {
__le32 address;