Changeset 6d7ffa65 in mainline for arch/ppc32
- Timestamp:
- 2006-01-08T15:03:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a67595
- Parents:
- 566ba81
- Location:
- arch/ppc32
- Files:
-
- 2 edited
-
Makefile.inc (modified) (1 diff)
-
src/mm/page.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/Makefile.inc
r566ba81 r6d7ffa65 46 46 CONFIG_OFW = y 47 47 48 ## Compile with hierarchical page tables support. 49 # 50 51 CONFIG_PAGE_PT = y 52 48 53 ARCH_SOURCES = \ 49 54 arch/$(ARCH)/src/console.c \ -
arch/ppc32/src/mm/page.c
r566ba81 r6d7ffa65 27 27 */ 28 28 29 #include <arch/types.h>30 29 #include <arch/mm/page.h> 30 #include <genarch/mm/page_pt.h> 31 31 #include <arch/mm/frame.h> 32 32 #include <mm/frame.h> 33 33 #include <mm/page.h> 34 #include <arch/types.h> 34 35 35 36 void page_arch_init(void) 36 37 { 38 page_operations = &page_pt_operations; 37 39 }
Note:
See TracChangeset
for help on using the changeset viewer.
