Changeset 45b26dad in mainline for kernel/arch/sparc64/src/start.S
- Timestamp:
- 2006-09-26T12:59:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b44939b
- Parents:
- 6ff1f1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/src/start.S
r6ff1f1e r45b26dad 44 44 * 45 45 * The registers are expected to be in this state: 46 * - %o0 bootinfo structure address 47 * - %o1 bootinfo structure size 46 * - %o0 non-zero for the bootstrup processor, zero for application/secondary processors 47 * - %o1 bootinfo structure address 48 * - %o2 bootinfo structure size 48 49 * 49 50 * Moreover, we depend on boot having established the … … 56 57 .global kernel_image_start 57 58 kernel_image_start: 59 brz %o0, kernel_image_start ! block secondary processors 60 nop 58 61 59 62 /* … … 73 76 * to the kernel bootinfo structure. 74 77 */ 75 mov %o1, %o276 mov %o0, %o177 78 sethi %hi(bootinfo), %o0 78 79 call memcpy
Note:
See TracChangeset
for help on using the changeset viewer.