1. NAME

console_conditional_schedule - yield the CPU if required

2. SYNOPSIS

void __sched console_conditional_schedule( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

If the console code is currently allowed to sleep, and if this CPU should yield the CPU to another task, do so here.

Must be called within console_lock;.

5. COPYRIGHT