Changes in kernel/arch/ppc32/src/interrupt.c [eef1b031:682cfceb] in mainline
- File:
-
- 1 edited
-
kernel/arch/ppc32/src/interrupt.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/interrupt.c
reef1b031 r682cfceb 42 42 #include <arch/drivers/pic.h> 43 43 #include <arch/mm/tlb.h> 44 #include <arch/mm/pht.h>45 44 #include <print.h> 46 45 … … 154 153 exc_register(VECTOR_DECREMENTER, "timer", true, 155 154 exception_decrementer); 156 exc_register(VECTOR_ITLB_MISS, "itlb_miss", true,157 tlb_refill);158 exc_register(VECTOR_DTLB_MISS_LOAD, "dtlb_miss_load", true,159 tlb_refill);160 exc_register(VECTOR_DTLB_MISS_STORE, "dtlb_miss_store", true,161 tlb_refill);162 155 } 163 156
Note:
See TracChangeset
for help on using the changeset viewer.
