Changeset ddcc8a0 in mainline for kernel/arch/mips64
- 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/mips64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips64/include/mm/frame.h
rec1c8e6 rddcc8a0 41 41 #ifndef __ASM__ 42 42 43 extern void frame_arch_init(void); 43 extern void frame_low_arch_init(void); 44 extern void frame_high_arch_init(void); 44 45 extern void physmem_print(void); 45 46 -
kernel/arch/mips64/src/mm/frame.c
rec1c8e6 rddcc8a0 156 156 * 157 157 */ 158 void frame_ arch_init(void)158 void frame_low_arch_init(void) 159 159 { 160 160 ipl_t ipl = interrupts_disable(); … … 229 229 } 230 230 231 void frame_high_arch_init(void) 232 { 233 } 234 231 235 void physmem_print(void) 232 236 {
Note:
See TracChangeset
for help on using the changeset viewer.