Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/generic/src/proc/scheduler.c
26,8 → 26,20
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/**
* @defgroup proc Proc
* @ingroup kernel
* @{
* @}
*/
/** @addtogroup genericproc generic
* @ingroup proc
* @{
*/
 
/**
* @file scheduler.c
* @file
* @brief Scheduler and load balancing.
*
* This file contains the scheduler and kcpulb kernel thread which
692,3 → 704,7
interrupts_restore(ipl);
}
 
/** @}
*/