Changeset 83dab11 in mainline for kernel/arch/ia64/src
- Timestamp:
- 2017-06-01T21:22:44Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb864d65
- Parents:
- 44a7ee5
- Location:
- kernel/arch/ia64/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/debug/stacktrace.c
r44a7ee5 r83dab11 34 34 35 35 #include <stacktrace.h> 36 #include <stdbool.h> 36 37 #include <syscall/copy.h> 37 38 #include <typedefs.h> -
kernel/arch/ia64/src/drivers/ski.c
r44a7ee5 r83dab11 37 37 #include <console/chardev.h> 38 38 #include <sysinfo/sysinfo.h> 39 #include < typedefs.h>39 #include <stdint.h> 40 40 #include <proc/thread.h> 41 41 #include <synch/spinlock.h>
Note:
See TracChangeset
for help on using the changeset viewer.