Changeset 83dab11 in mainline for kernel/arch/ppc32
- 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/ppc32
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/arch/boot/boot.h
r44a7ee5 r83dab11 44 44 #ifndef __ASM__ 45 45 46 #include <typedefs.h>47 46 #include <config.h> 48 47 #include <genarch/ofw/ofw_tree.h> 48 #include <stddef.h> 49 49 50 50 typedef struct { -
kernel/arch/ppc32/include/arch/cpu.h
r44a7ee5 r83dab11 36 36 #define KERN_ppc32_CPU_H_ 37 37 38 #include < typedefs.h>38 #include <stdint.h> 39 39 #include <trace.h> 40 40 -
kernel/arch/ppc32/include/arch/mm/asid.h
r44a7ee5 r83dab11 36 36 #define KERN_ppc32_ASID_H_ 37 37 38 #include < typedefs.h>38 #include <stdint.h> 39 39 40 40 #define ASID_MAX_ARCH 4096 -
kernel/arch/ppc32/include/arch/mm/frame.h
r44a7ee5 r83dab11 43 43 #ifndef __ASM__ 44 44 45 #include < typedefs.h>45 #include <stdint.h> 46 46 #include <trace.h> 47 47 -
kernel/arch/ppc32/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/ppc32/src/interrupt.c
r44a7ee5 r83dab11 37 37 #include <arch/interrupt.h> 38 38 #include <arch/istate.h> 39 #include < typedefs.h>39 #include <stdint.h> 40 40 #include <arch.h> 41 41 #include <ipc/sysipc.h>
Note:
See TracChangeset
for help on using the changeset viewer.