Changeset 1787e527 in mainline for boot/arch/sparc64/loader/main.h
- Timestamp:
- 2009-11-16T21:22:54Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ebdf94
- Parents:
- fcbd1be (diff), 9c70ed6 (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 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.h
rfcbd1be r1787e527 35 35 #include <types.h> 36 36 37 #define KERNEL_VIRTUAL_ADDRESS 0x40000037 #define KERNEL_VIRTUAL_ADDRESS 0x400000 38 38 39 #define TASKMAP_MAX_RECORDS 3239 #define TASKMAP_MAX_RECORDS 32 40 40 41 41 /** Size of buffer for storing task name in task_t. */ 42 #define BOOTINFO_TASK_NAME_BUFLEN 3242 #define BOOTINFO_TASK_NAME_BUFLEN 32 43 43 44 #define BSP_PROCESSOR 45 #define AP_PROCESSOR 44 #define BSP_PROCESSOR 1 45 #define AP_PROCESSOR 0 46 46 47 #define SUBARCH_US 48 #define SUBARCH_US3 47 #define SUBARCH_US 1 48 #define SUBARCH_US3 3 49 49 50 50 typedef struct { … … 70 70 extern uint32_t silo_ramdisk_size; 71 71 72 extern bootinfo_t bootinfo;73 74 72 extern void start(void); 75 73 extern void bootstrap(void);
Note:
See TracChangeset
for help on using the changeset viewer.