1. NAME

preempt_notifier_unregister - no longer interested in preemption notifications

2. SYNOPSIS

void preempt_notifier_unregister(struct preempt_notifier *  notifier );

3. ARGUMENTS

notifier
    notifier struct to unregister

4. DESCRIPTION

This is safe to call from within a preemption notifier.

5. COPYRIGHT