10325 sparc also needs plat_diagpath for consconfig_dacf

Review Request #1414 — Created Jan. 30, 2019 and submitted — Latest diff uploaded

ptribble
illumos-gate
10325
general
Booting current bits on SPARC fails with an error

consconfig_dacf - undefined symbol plat_diagpath

which means consconfig_dacf doesn't load, which means consconfig doesn't load, and we panic.

plat_diagpath() was added (for x86 only) in 9930, we just need a stub implementation for dependency resolution

Built a replacement module with the fix. Boot no longer has the error.

Now done a full build and a clean boot.

Loading...