Changeset 7510326 in mainline for kernel/arch/sparc64/include
- Timestamp:
- 2016-06-08T16:02:54Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8b420fa
- Parents:
- 36df4109
- Location:
- kernel/arch/sparc64/include/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch/arch.h
r36df4109 r7510326 38 38 #define KERN_sparc64_ARCH_H_ 39 39 40 #ifndef __ASM__ 41 #include <arch.h> 42 #endif 43 40 44 #include <arch/boot/boot.h> 41 45 … … 53 57 #ifndef __ASM__ 54 58 59 extern arch_ops_t *sparc64_ops; 60 55 61 extern void sparc64_pre_main(bootinfo_t *); 56 62 -
kernel/arch/sparc64/include/arch/asm.h
r36df4109 r7510326 36 36 #define KERN_sparc64_ASM_H_ 37 37 38 #include <arch/arch.h>39 38 #include <typedefs.h> 40 39 #include <align.h> -
kernel/arch/sparc64/include/arch/sun4u/cpu.h
r36df4109 r7510326 58 58 #include <arch/regdef.h> 59 59 #include <arch/asm.h> 60 #include <arch/arch.h> 60 61 #include <trace.h> 61 62
Note:
See TracChangeset
for help on using the changeset viewer.
