Changeset 730ff63 in mainline for kernel/arch/sparc64/include
- Timestamp:
- 2013-09-03T19:13:37Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3cf946
- Parents:
- 1b34360
- Location:
- kernel/arch/sparc64/include/arch
- Files:
-
- 4 edited
-
mm/frame.h (modified) (1 diff)
-
mm/sun4u/frame.h (modified) (1 diff)
-
mm/sun4v/frame.h (modified) (1 diff)
-
trap/sun4v/mmu.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/arch/mm/frame.h
r1b34360 r730ff63 46 46 #endif 47 47 48 #ifndef __ASM__ 49 50 #include <typedefs.h> 51 52 extern uintptr_t end_of_identity; 53 54 extern void frame_low_arch_init(void); 55 extern void frame_high_arch_init(void); 56 #define physmem_print() 57 58 #endif 59 48 60 #endif 49 61 -
kernel/arch/sparc64/include/arch/mm/sun4u/frame.h
r1b34360 r730ff63 72 72 typedef union frame_address frame_address_t; 73 73 74 extern uintptr_t end_of_identity;75 76 extern void frame_low_arch_init(void);77 extern void frame_high_arch_init(void);78 #define physmem_print()79 80 74 #endif 81 75 -
kernel/arch/sparc64/include/arch/mm/sun4v/frame.h
r1b34360 r730ff63 42 42 #define FRAME_SIZE (1 << FRAME_WIDTH) 43 43 44 #ifndef __ASM__45 46 #include <typedefs.h>47 48 extern void frame_low_arch_init(void);49 extern void frame_high_arch_init(void);50 #define physmem_print()51 52 #endif53 54 44 #endif 55 45 -
kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h
r1b34360 r730ff63 102 102 nop 103 103 104 /* exclude pages beyond the end of memory from the identity mapping */ 105 sethi %hi(end_of_identity), %g4 106 ldx [%g4 + %lo(end_of_identity)], %g4 107 cmp %g1, %g4 108 bgeu %xcc, 0f 109 nop 110 104 111 /* 105 112 * Installing the identity does not fit into 32 instructions, call
Note:
See TracChangeset
for help on using the changeset viewer.
