diff options
| author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-07-31 12:03:45 +0000 |
|---|---|---|
| committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2017-07-31 12:03:45 +0000 |
| commit | f40410e86851ce94b686468832fb9225b036ff54 (patch) | |
| tree | 11752324bf0dd19247bad6610f3230166cac0b65 /sys/dev/mlx4 | |
| parent | 1a01e0e7acfa046443218f190a5bf4d90b732894 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mlx4')
| -rw-r--r-- | sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c b/sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c index dd02acc7e403..e86764b68f40 100644 --- a/sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c +++ b/sys/dev/mlx4/mlx4_ib/mlx4_ib_mad.c @@ -983,7 +983,7 @@ static int iboe_process_mad(struct ib_device *ibdev, int mad_flags, u8 port_num, int err; u32 counter_index = dev->counters[port_num - 1].counter_index & 0xffff; u8 mode; - char counter_buf[MLX4_IF_STAT_SZ(1)]; + char counter_buf[MLX4_IF_STAT_SZ(1)] __aligned(8); union mlx4_counter *counter = (union mlx4_counter *) counter_buf; |
