Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113565
b: refs/heads/master
c: a5ae233
h: refs/heads/master
i:
  113563: c3c7397
v: v3
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Oct 13, 2008
1 parent ea3c7bd commit f01fe42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7970479c4881e156a0c07c1a7fdc564c8e3b2bfc
refs/heads/master: a5ae2330a5a6e7948866715a845ad2e8900bd4c2
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/traps_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ do_general_protection(struct pt_regs *regs, long error_code)
printk_ratelimit()) {
printk(KERN_INFO
"%s[%d] general protection ip:%lx sp:%lx error:%lx",
tsk->comm, tsk->pid,
tsk->comm, task_pid_nr(tsk),
regs->ip, regs->sp, error_code);
print_vma_addr(" in ", regs->ip);
printk("\n");
Expand Down

0 comments on commit f01fe42

Please sign in to comment.