Rev 1911 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1911 | Rev 2068 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <arch/stack.h> |
41 | #include <arch/stack.h> |
42 | 42 | ||
43 | /* IMAP register bits */ |
43 | /* IMAP register bits */ |
44 | #define IGN_MASK 0x7c0 |
44 | #define IGN_MASK 0x7c0 |
45 | #define INO_MASK 0x1f |
45 | #define INO_MASK 0x1f |
46 | #define IMAP_V_MASK (1ULL<<31) |
46 | #define IMAP_V_MASK (1ULL << 31) |
47 | 47 | ||
48 | #define IGN_SHIFT 6 |
48 | #define IGN_SHIFT 6 |
49 | 49 | ||
50 | 50 | ||
51 | /* Interrupt ASI registers. */ |
51 | /* Interrupt ASI registers. */ |