Rev 1865 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1865 | Rev 1870 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | 38 | ||
| 39 | #include <arch/trap/mmu.h> |
39 | #include <arch/trap/mmu.h> |
| 40 | #include <arch/trap/trap_table.h> |
40 | #include <arch/trap/trap_table.h> |
| 41 | #include <arch/regdef.h> |
41 | #include <arch/regdef.h> |
| 42 | 42 | ||
| 43 | .global mem_address_not_aligned_handler |
- | |
| 44 | mem_address_not_aligned_handler: |
- | |
| 45 | HANDLE_MMU_TRAPS_FROM_SPILL_OR_FILL |
- | |
| 46 | PREEMPTIBLE_HANDLER do_mem_address_not_aligned |
- | |