K 10 svn:author V 6 mhorne K 8 svn:date V 27 2019-06-28T00:36:26.934699Z K 7 svn:log V 347 MFC r346021: RISC-V: initialize pcpu slightly earlier In certain scenarios, it is possible for PCPU data to be accessed before it has been initialized (e.g. during printf if the kernel was built with the TSLOG option). Initialize the PCPU pointer for hart 0 at the beginning of initriscv() rather than near the end. Approved by: markj (mentor) END