Changeset b3f8fb7 in mainline for kernel/arch/ppc64/src/mm
- Timestamp:
- 2007-01-28T13:25:49Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8e8c1a5
- Parents:
- 1ba41c5
- Location:
- kernel/arch/ppc64/src/mm
- Files:
-
- 2 edited
-
as.c (modified) (1 diff)
-
memory_init.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/src/mm/as.c
r1ba41c5 rb3f8fb7 34 34 35 35 #include <arch/mm/as.h> 36 #include <genarch/mm/ as_pt.h>36 #include <genarch/mm/page_pt.h> 37 37 38 38 /** Architecture dependent address space init. */ -
kernel/arch/ppc64/src/mm/memory_init.c
r1ba41c5 rb3f8fb7 35 35 #include <arch/boot/boot.h> 36 36 #include <arch/mm/memory_init.h> 37 #include <typedefs.h>38 37 #include <print.h> 39 38
Note:
See TracChangeset
for help on using the changeset viewer.
