Changeset 83dab11 in mainline for kernel/arch/abs32le/src
- Timestamp:
- 2017-06-01T21:22:44Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb864d65
- Parents:
- 44a7ee5
- Location:
- kernel/arch/abs32le/src
- Files:
-
- 4 edited
-
cpu/cpu.c (modified) (2 diffs)
-
debug/stacktrace.c (modified) (1 diff)
-
mm/page.c (modified) (1 diff)
-
userspace.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/src/cpu/cpu.c
r44a7ee5 r83dab11 36 36 #include <cpu.h> 37 37 #include <arch.h> 38 #include <typedefs.h>39 38 #include <print.h> 40 39 #include <fpu_context.h> … … 57 56 } 58 57 59 void cpu_print_report(cpu_t *cpu)58 void cpu_print_report(cpu_t *cpu) 60 59 { 61 60 } -
kernel/arch/abs32le/src/debug/stacktrace.c
r44a7ee5 r83dab11 34 34 35 35 #include <stacktrace.h> 36 #include <stdbool.h> 36 37 #include <syscall/copy.h> 37 #include <typedefs.h>38 38 39 39 bool kernel_stack_trace_context_validate(stack_trace_context_t *ctx) -
kernel/arch/abs32le/src/mm/page.c
r44a7ee5 r83dab11 39 39 #include <mm/page.h> 40 40 #include <mm/as.h> 41 #include <typedefs.h>42 41 #include <align.h> 43 42 #include <config.h> -
kernel/arch/abs32le/src/userspace.c
r44a7ee5 r83dab11 34 34 35 35 #include <userspace.h> 36 #include < typedefs.h>36 #include <stdbool.h> 37 37 #include <arch.h> 38 38 #include <abi/proc/uarg.h>
Note:
See TracChangeset
for help on using the changeset viewer.
