Changeset b3f8fb7 in mainline for kernel/arch/ppc64/src
- 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
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc64/src/cpu/cpu.c
r1ba41c5 rb3f8fb7 36 36 #include <arch/cpuid.h> 37 37 #include <cpu.h> 38 39 38 #include <arch.h> 40 41 #include <typedefs.h>42 39 #include <print.h> 43 40 -
kernel/arch/ppc64/src/ddi/ddi.c
r1ba41c5 rb3f8fb7 36 36 #include <proc/task.h> 37 37 #include <arch/types.h> 38 #include <typedefs.h>39 38 40 39 /** Enable I/O space range for task. -
kernel/arch/ppc64/src/drivers/pic.c
r1ba41c5 rb3f8fb7 34 34 35 35 36 #include <arch/asm.h>37 36 #include <arch/drivers/pic.h> 37 #include <mm/page.h> 38 38 #include <byteorder.h> 39 39 #include <bitops.h> -
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.