Changeset ddcc8a0 in mainline for kernel/arch/ia64
- Timestamp:
- 2011-11-10T23:09:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 95e882d
- Parents:
- ec1c8e6
- Location:
- kernel/arch/ia64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/include/mm/frame.h
rec1c8e6 rddcc8a0 45 45 extern uintptr_t last_frame; 46 46 47 extern void frame_arch_init(void); 47 extern void frame_low_arch_init(void); 48 extern void frame_high_arch_init(void); 48 49 #define physmem_print() 49 50 -
kernel/arch/ia64/src/mm/frame.c
rec1c8e6 rddcc8a0 53 53 uintptr_t last_frame = 0; 54 54 55 void frame_ arch_init(void)55 void frame_low_arch_init(void) 56 56 { 57 57 if (config.cpu_active == 1) { … … 88 88 } 89 89 90 void frame_high_arch_init(void) 91 { 92 } 93 90 94 /** @} 91 95 */
Note:
See TracChangeset
for help on using the changeset viewer.