Changeset 06f96234 in mainline
- Timestamp:
- 2009-03-03T21:21:11Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1ae8f2b
- Parents:
- 5d8d71e
- Location:
- kernel/arch
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/arm32.c
r5d8d71e r06f96234 50 50 #include <macros.h> 51 51 52 /** Performs arm32 52 /** Performs arm32-specific initialization before main_bsp() is called. */ 53 53 void arch_pre_main(void *entry __attribute__((unused)), bootinfo_t *bootinfo) 54 54 { -
kernel/arch/ia64/src/ia64.c
r5d8d71e r06f96234 71 71 static uint64_t iosapic_base = 0xfec00000; 72 72 73 /** Performs ia64-specific initialization before main_bsp() is called. */ 73 74 void arch_pre_main(void) 74 75 { -
kernel/arch/mips32/src/mips32.c
r5d8d71e r06f96234 77 77 count_t cpu_count = 0; 78 78 79 /** Performs mips32-specific initialization before main_bsp() is called. */ 79 80 void arch_pre_main(void *entry __attribute__((unused)), bootinfo_t *bootinfo) 80 81 { -
kernel/arch/ppc32/src/ppc32.c
r5d8d71e r06f96234 52 52 bootinfo_t bootinfo; 53 53 54 /** Performs ppc32-specific initialization before main_bsp() is called. */ 54 55 void arch_pre_main(void) 55 56 { -
kernel/arch/sparc64/src/sparc64.c
r5d8d71e r06f96234 51 51 bootinfo_t bootinfo; 52 52 53 /** Perform sparc64 53 /** Perform sparc64-specific initialization before main_bsp() is called. */ 54 54 void arch_pre_main(void) 55 55 {
Note:
See TracChangeset
for help on using the changeset viewer.