hwpmc: drop 0x before %p printf format string

%p already includes the 0x.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-01-16 20:27:15 -05:00
parent a393644ecb
commit 2075d00fab

View File

@ -1073,7 +1073,7 @@ core_intr(struct trapframe *tf)
int error, found_interrupt, ri;
uint64_t msr;
PMCDBG3(MDP,INT, 1, "cpu=%d tf=0x%p um=%d", curcpu, (void *) tf,
PMCDBG3(MDP,INT, 1, "cpu=%d tf=%p um=%d", curcpu, (void *) tf,
TRAPF_USERMODE(tf));
found_interrupt = 0;