Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1002 → Rev 788

/kernel/trunk/generic/include/cpu.h
38,7 → 38,6
#include <arch/context.h>
#include <config.h>
#include <adt/list.h>
#include <mm/tlb.h>
 
#define CPU_STACK_SIZE STACK_SIZE
 
49,9 → 48,6
struct cpu {
SPINLOCK_DECLARE(lock);
 
tlb_shootdown_msg_t tlb_messages[TLB_MESSAGE_QUEUE_LEN];
count_t tlb_messages_count;
context_t saved_context;
 
atomic_t nrdy;