Changeset db2f654 in mainline
- Timestamp:
- 2012-01-25T12:29:39Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ed6fdc7
- Parents:
- 02aad10 (diff), 8576bb4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- kernel/arch
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/src/abs32le.c
r02aad10 rdb2f654 49 49 #include <syscall/syscall.h> 50 50 #include <console/console.h> 51 #include <sysinfo/sysinfo.h>52 51 #include <memstr.h> 53 52 -
kernel/arch/arm32/src/arm32.c
r02aad10 rdb2f654 38 38 #include <genarch/fb/fb.h> 39 39 #include <abi/fb/visuals.h> 40 #include <sysinfo/sysinfo.h>41 40 #include <console/console.h> 42 41 #include <ddi/irq.h> -
kernel/arch/ia64/src/ia64.c
r02aad10 rdb2f654 123 123 } 124 124 125 void arch_post_cpu_init(void){ 125 void arch_post_cpu_init(void) 126 { 126 127 } 127 128
Note:
See TracChangeset
for help on using the changeset viewer.