commit | a604b38036bee1483fb98a520c69895d5d6276a6 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Jan 30 13:32:59 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:32:59 2008 +0100 |
tree | 0fe518585cdc6c3911bcdaa2bf66125a595ef34e | |
parent | c68461b67d97739707b3fc57618f22091791f2af [diff] |
x86: introduce __die helper to X86_32 Small step towards unifying traps_32|64.c. No functional changes. Pull out a small helper from an if() statement in die(). Marked as __kprobes as eventually we will want to call this from do_page_fault similar to how X86_64 does it. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>