Changeset c621f4aa in mainline for boot/arch/mips32/include/main.h
- Timestamp:
- 2010-07-25T10:11:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 377cce8
- Parents:
- 24a2517 (diff), a2da43c (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. - File:
-
- 1 moved
-
boot/arch/mips32/include/main.h (moved) (moved from kernel/arch/mips32/include/smp/dorder.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/mips32/include/main.h
r24a2517 rc621f4aa 1 1 /* 2 * Copyright (c) 200 7Martin Decky2 * Copyright (c) 2005 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 #ifndef KERN_mips32_DORDER_H_30 #define KERN_mips32_DORDER_H_29 #ifndef BOOT_mips32_MAIN_H_ 30 #define BOOT_mips32_MAIN_H_ 31 31 32 extern void ipi_broadcast_arch(int ipi);32 extern void bootstrap(void); 33 33 34 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
