commit | a5ae2330a5a6e7948866715a845ad2e8900bd4c2 | [log] [tgz] |
---|---|---|
author | Alexander van Heukelum <heukelum@fastmail.fm> | Fri Oct 03 22:00:37 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 13 10:33:26 2008 +0200 |
tree | 0a72861bf8eddf0a31627b70534eb909b2909806 | |
parent | 7970479c4881e156a0c07c1a7fdc564c8e3b2bfc [diff] |
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>