Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 21 → Rev 22

/SPARTAN/trunk/arch/ia32/src/interrupt.c
34,6 → 34,7
#include <cpu.h>
#include <arch/asm.h>
#include <mm/tlb.h>
#include <arch.h>
 
/*
* Interrupt and exception dispatching.
90,8 → 91,8
 
void syscall(__u8 n, __u32 stack[])
{
printf("syscall... ");
thread_sleep(1);
printf("cpu%d: syscall\n", CPU->id);
thread_usleep(600);
}
 
void tlb_shootdown_ipi(__u8 n, __u32 stack[])