Changeset ddcc8a0 in mainline for kernel/arch/ppc32
- 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/ppc32
- Files:
-
- 2 edited
-
include/mm/frame.h (modified) (1 diff)
-
src/mm/frame.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/mm/frame.h
rec1c8e6 rddcc8a0 58 58 } 59 59 60 extern void frame_arch_init(void); 60 extern void frame_low_arch_init(void); 61 extern void frame_high_arch_init(void); 61 62 extern void physmem_print(void); 62 63 -
kernel/arch/ppc32/src/mm/frame.c
rec1c8e6 rddcc8a0 54 54 } 55 55 56 void frame_ arch_init(void)56 void frame_low_arch_init(void) 57 57 { 58 58 pfn_t minconf = 2; … … 92 92 } 93 93 94 void frame_high_arch_init(void) 95 { 96 } 97 94 98 /** @} 95 99 */
Note:
See TracChangeset
for help on using the changeset viewer.
