On Fri, Oct 13, 2017 at 06:58:21AM -0700, Richard Henderson wrote: > On 10/13/2017 06:49 AM, Stafford Horne wrote: > > Previously coreid and numcores were hard coded as 0 and 1 respectively > > as OpenRISC QEMU did not have multicore support. > > > > Multicore support is now being added so these registers need to have > > configured values. > > > > Signed-off-by: Stafford Horne <sho...@gmail.com> > > --- > > target/openrisc/sys_helper.c | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > > r~
Thank you for the review. -Stafford