]> git.baikalelectronics.ru Git - kernel.git/commit
traps: x86_64: use task_pid_nr(tsk) instead of tsk->pid in do_general_protection
authorAlexander van Heukelum <heukelum@fastmail.fm>
Fri, 3 Oct 2008 20:00:37 +0000 (22:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:26 +0000 (10:33 +0200)
commitd6645cba6c1006813b014b62958abe44b6de8c16
tree0a72861bf8eddf0a31627b70534eb909b2909806
parent09090fa713cb7f8b48b66a9d6969352aa0cd597b
traps: x86_64: use task_pid_nr(tsk) instead of tsk->pid in do_general_protection

Use task_pid_nr(tsk) instead of tsk->pid in do_general_protection.

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/traps_64.c