Subversion Repositories HelenOS

Rev

Rev 1904 | Rev 2009 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1904 Rev 1942
Line 38... Line 38...
38
 
38
 
39
#include <typedefs.h>
39
#include <typedefs.h>
40
#include <arch/types.h>
40
#include <arch/types.h>
41
#include <arch/regdef.h>
41
#include <arch/regdef.h>
42
 
42
 
43
#define IRQ_COUNT   1           /* TODO */
-
 
44
 
-
 
45
#define IVT_ITEMS   15
43
#define IVT_ITEMS   15
46
#define IVT_FIRST   1
44
#define IVT_FIRST   1
47
 
45
 
48
#define VECTOR_TLB_SHOOTDOWN_IPI    0
46
#define VECTOR_TLB_SHOOTDOWN_IPI    0
49
#define IPI_TLB_SHOOTDOWN       VECTOR_TLB_SHOOTDOWN_IPI
47
#define IPI_TLB_SHOOTDOWN       VECTOR_TLB_SHOOTDOWN_IPI