diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-01-16 12:22:17 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-01-16 12:22:17 +0000 |
commit | c3b7cc297694b7a5bba7008717a886c820db0d42 (patch) | |
tree | 6755d8eede602d30fd02c6a5e850f5682d6eac14 | |
parent | 99086611bf7b78c5525448f56c91a381693a1b5c (diff) | |
parent | f482e26cbeb654aaa01a12e3faae3878d6a59822 (diff) | |
download | illumos-joyent-c3b7cc297694b7a5bba7008717a886c820db0d42.tar.gz |
[illumos-gate merge]
commit f482e26cbeb654aaa01a12e3faae3878d6a59822
10233 dboot: process_module() is missing newline at the end of the string
commit 161294fe5eab242f42189b33b59ebbe6ac9558f4
10217 mdb: r9w isn't r8w
10218 CONV_CAP_VAL_HW2_BUFSIZE wasn't updated
10219 AV_386_2_AVX512VPOPCDQ elfcap name should be consistent
-rw-r--r-- | usr/src/uts/i86pc/dboot/dboot_startkern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/dboot/dboot_startkern.c b/usr/src/uts/i86pc/dboot/dboot_startkern.c index ffbfd2c3ac..fc045f9164 100644 --- a/usr/src/uts/i86pc/dboot/dboot_startkern.c +++ b/usr/src/uts/i86pc/dboot/dboot_startkern.c @@ -1333,7 +1333,7 @@ process_module(int midx) modules[midx].bm_type = BMT_ENV; } else if (strcmp(q, "file") != 0) { dboot_printf("\tmodule #%d: unknown module " - "type '%s'; defaulting to 'file'", + "type '%s'; defaulting to 'file'\n", midx, q); } continue; |