Changeset 646b996 in mainline for kernel/arch/arm32/src/exception.c
- Timestamp:
- 2009-07-30T15:58:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 30885b9
- Parents:
- 76093ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/exception.c
r76093ae r646b996 40 40 #include <arch/mm/page_fault.h> 41 41 #include <arch/barrier.h> 42 #include <arch/machine.h>43 42 #include <print.h> 44 43 #include <syscall/syscall.h> 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 45 52 46 53 /** Offset used in calculation of exception handler's relative address.
Note:
See TracChangeset
for help on using the changeset viewer.