diff options
author | Robert Mustacchi <rm@joyent.com> | 2018-06-01 22:36:03 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2018-06-06 16:42:37 +0000 |
commit | 788e26d53d698f1ae7fc91da6c1c4cd40d05dfd8 (patch) | |
tree | 6a983608cc41d239f248e9b969fd3a330391fbcb /usr/src/cmd/sgs/include/conv.h | |
parent | c4c6537e10afdbfcc5221e2f9c3d5d80780235fa (diff) | |
download | illumos-joyent-release-20180607.tar.gz |
OS-6994 mdb: r9w isn't r8wrelease-20180607
OS-6993 libconv confuses SUNW_AT_COMMPAGE with SUNW_AT_BRAND_AUX4
OS-6995 CONV_CAP_VAL_HW2_BUFSIZE wasn't updated
OS-6996 AV_386_2_AVX512VPOPCDQ elfcap name should be consistent
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Approved by: Patrick Mooney <patrick.mooney@joyent.com>
Diffstat (limited to 'usr/src/cmd/sgs/include/conv.h')
-rw-r--r-- | usr/src/cmd/sgs/include/conv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/sgs/include/conv.h b/usr/src/cmd/sgs/include/conv.h index 14b6a185a3..7fc4c026d5 100644 --- a/usr/src/cmd/sgs/include/conv.h +++ b/usr/src/cmd/sgs/include/conv.h @@ -25,7 +25,7 @@ * * Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved. * Copyright 2012 DEY Storage Systems, Inc. All rights reserved. - * Copyright (c) 2015, Joyent, Inc. All rights reserved. + * Copyright (c) 2018, Joyent, Inc. * Copyright 2016 RackTop Systems. */ @@ -171,7 +171,7 @@ typedef union { char buf[CONV_CAP_VAL_HW1_BUFSIZE]; } Conv_cap_val_hw1_buf_t; -#define CONV_CAP_VAL_HW2_BUFSIZE CONV_INV_BUFSIZE /* for now */ +#define CONV_CAP_VAL_HW2_BUFSIZE 350 typedef union { Conv_inv_buf_t inv_buf; char buf[CONV_CAP_VAL_HW2_BUFSIZE]; |