--- zzzz-none-000/linux-4.9.279/arch/x86/platform/uv/uv_nmi.c 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/arch/x86/platform/uv/uv_nmi.c 2023-02-08 11:43:42.000000000 +0000 @@ -387,8 +387,8 @@ /* Dump Instruction Pointer info */ static void uv_nmi_dump_cpu_ip(int cpu, struct pt_regs *regs) { - pr_info("UV: %4d %6d %-32.32s ", cpu, current->pid, current->comm); - printk_address(regs->ip); + pr_info("UV: %4d %6d %-32.32s %pS", + cpu, current->pid, current->comm, (void *)regs->ip); } /*