commit | abf0f10948b316b577851ef21c728341f1046552 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@osdl.org> | Tue Sep 26 10:52:36 2006 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Sep 26 10:52:36 2006 +0200 |
tree | 96cdb96a4e668fe3a3e9c88e8158bc371802f4d3 | |
parent | e07e23e1fd3000289fc7ccc6c71879070d3b19e0 [diff] |
[PATCH] wire up oops_enter()/oops_exit() Implement pause_on_oops() on x86_64. AK: I redid the patch to do the oops_enter/exit in the existing oops_begin()/end(). This makes it much shorter. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Andi Kleen <ak@suse.de>