Skip to content

Commit

Permalink
Allow failstop in the kernel (but off by default).
Browse files Browse the repository at this point in the history
  • Loading branch information
trombonehero committed Jun 20, 2013
1 parent f9f6436 commit 44d872f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libtesla/src/tesla_notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,8 @@ const static struct tesla_event_handlers* const default_handlers[] = {
&printf_handlers,
#if defined(_KERNEL) && defined(KDTRACE_HOOKS)
&dtrace_handlers,
#else
&failstop_handlers,
#endif
&failstop_handlers,
};

static struct tesla_event_metahandler default_event_handlers = {
Expand Down

0 comments on commit 44d872f

Please sign in to comment.