Rev 627 | Rev 632 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 627 | Rev 630 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __sparc64_TRAP_H__ |
29 | #ifndef __sparc64_TRAP_H__ |
30 | #define __sparc64_TRAP_H__ |
30 | #define __sparc64_TRAP_H__ |
31 | 31 | ||
32 | #include <arch/trap_table.h> |
32 | #include <arch/trap/trap_table.h> |
33 | #include <arch/asm.h> |
33 | #include <arch/asm.h> |
34 | 34 | ||
35 | /** Switch to in-kernel trap table. */ |
35 | /** Switch to in-kernel trap table. */ |
36 | static inline void trap_switch_trap_table(void) |
36 | static inline void trap_switch_trap_table(void) |
37 | { |
37 | { |