riscv: implement db_show_mdpcpu()
authorMitchell Horne <mhorne@FreeBSD.org>
Mon, 4 Oct 2021 20:47:49 +0000 (17:47 -0300)
committerMitchell Horne <mhorne@FreeBSD.org>
Tue, 5 Jul 2022 14:51:14 +0000 (11:51 -0300)
commit4fffc56c6e4c97aa76b31060e806ccdafb1afacd
tree9c8663477e32e68d594c77982f0305f8ef1f3e42
parent4e3dc91e4c0750cf39c0a1fefe7435b5b5532f67
riscv: implement db_show_mdpcpu()

This prints the machine-dependent members of struct pcpu when executing
the 'show pcpu' or 'show all pcpu' ddb(4) commands.

MFC after: 3 days
sys/riscv/include/pcpu.h
sys/riscv/riscv/db_interface.c