commit | 14416c35b6b9975c9593d7ecc8382d1ecaa0b598 | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Tue Aug 31 23:00:09 2010 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 01 07:33:34 2010 +0200 |
tree | 15083ac26721ae79cf9f2348c2c5e206a5674f35 | |
parent | eac243355a99d6b9d41bbeba4fc83e7f735485f9 [diff] |
lockup_detector: Remove unused panic_notifier The panic notifer in lockup_detector just set did_panic to 1. But did_panic is not used anywhere so we can just remove it. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: peterz@infradead.org Cc: gorcunov@gmail.com Cc: fweisbec@gmail.com LKML-Reference: <1283310009-22168-4-git-send-email-dzickus@redhat.com> Signed-off-by: Don Zickus <dzickus@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>