Loading arch/x86_64/kernel/traps.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -427,7 +427,6 @@ void show_registers(struct pt_regs *regs) struct task_struct *cur = cpu_pda(cpu)->pcurrent; struct task_struct *cur = cpu_pda(cpu)->pcurrent; rsp = regs->rsp; rsp = regs->rsp; printk("CPU %d ", cpu); printk("CPU %d ", cpu); __show_regs(regs); __show_regs(regs); printk("Process %s (pid: %d, threadinfo %p, task %p)\n", printk("Process %s (pid: %d, threadinfo %p, task %p)\n", Loading @@ -438,7 +437,6 @@ void show_registers(struct pt_regs *regs) * time of the fault.. * time of the fault.. */ */ if (in_kernel) { if (in_kernel) { printk("Stack: "); printk("Stack: "); _show_stack(NULL, regs, (unsigned long*)rsp); _show_stack(NULL, regs, (unsigned long*)rsp); Loading Loading
arch/x86_64/kernel/traps.c +1 −3 Original line number Original line Diff line number Diff line Loading @@ -427,7 +427,6 @@ void show_registers(struct pt_regs *regs) struct task_struct *cur = cpu_pda(cpu)->pcurrent; struct task_struct *cur = cpu_pda(cpu)->pcurrent; rsp = regs->rsp; rsp = regs->rsp; printk("CPU %d ", cpu); printk("CPU %d ", cpu); __show_regs(regs); __show_regs(regs); printk("Process %s (pid: %d, threadinfo %p, task %p)\n", printk("Process %s (pid: %d, threadinfo %p, task %p)\n", Loading @@ -438,7 +437,6 @@ void show_registers(struct pt_regs *regs) * time of the fault.. * time of the fault.. */ */ if (in_kernel) { if (in_kernel) { printk("Stack: "); printk("Stack: "); _show_stack(NULL, regs, (unsigned long*)rsp); _show_stack(NULL, regs, (unsigned long*)rsp); Loading