Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 787 → Rev 788

/kernel/trunk/generic/src/proc/thread.c
41,10 → 41,10
#include <cpu.h>
#include <func.h>
#include <context.h>
#include <list.h>
#include <adt/list.h>
#include <typedefs.h>
#include <time/clock.h>
#include <list.h>
#include <adt/list.h>
#include <config.h>
#include <arch/interrupt.h>
#include <smp/ipi.h>