Rev 4669 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4669 | Rev 4675 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #include <arch/memstr.h> |
37 | #include <arch/memstr.h> |
| 38 | #include <arch/regutils.h> |
38 | #include <arch/regutils.h> |
| 39 | #include <interrupt.h> |
39 | #include <interrupt.h> |
| 40 | #include <arch/mm/page_fault.h> |
40 | #include <arch/mm/page_fault.h> |
| 41 | #include <arch/barrier.h> |
41 | #include <arch/barrier.h> |
| 42 | #include <arch/machine.h> |
- | |
| 43 | #include <print.h> |
42 | #include <print.h> |
| 44 | #include <syscall/syscall.h> |
43 | #include <syscall/syscall.h> |
| 45 | 44 | ||
| - | 45 | #ifdef MACHINE_testarm |
|
| - | 46 | #include <arch/mach/testarm/testarm.h> |
|
| - | 47 | #endif |
|
| - | 48 | ||
| - | 49 | #ifdef MACHINE_integratorcp |
|
| - | 50 | #include <arch/mach/integratorcp/integratorcp.h> |
|
| - | 51 | #endif |
|
| - | 52 | ||
| 46 | /** Offset used in calculation of exception handler's relative address. |
53 | /** Offset used in calculation of exception handler's relative address. |
| 47 | * |
54 | * |
| 48 | * @see install_handler() |
55 | * @see install_handler() |
| 49 | */ |
56 | */ |
| 50 | #define PREFETCH_OFFSET 0x8 |
57 | #define PREFETCH_OFFSET 0x8 |