Rev 569 | Rev 623 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 569 | Rev 594 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | #include <typedefs.h> |
33 | #include <typedefs.h> |
34 | #include <arch/atomic.h> |
34 | #include <arch/atomic.h> |
35 | #include <arch/interrupt.h> |
35 | #include <arch/interrupt.h> |
36 | #include <config.h> |
36 | #include <config.h> |
37 | #include <arch.h> |
37 | #include <arch.h> |
- | 38 | #include <panic.h> |
|
38 | 39 | ||
39 | #ifdef CONFIG_SMP |
40 | #ifdef CONFIG_SMP |
40 | static spinlock_t tlblock; |
41 | static spinlock_t tlblock; |
41 | #endif |
42 | #endif |
42 | 43 |