Changeset 742 for soft/giet_vm/giet_kernel/kernel_init.c
- Timestamp:
- Dec 10, 2015, 1:38:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/giet_kernel/kernel_init.c
r725 r742 137 137 138 138 //////////////////////////////////////////////////////////////////////////////// 139 // This kernel_init() function completes the kernel initialisation in 5 steps:139 // This _kernel_init() function completes the kernel initialisation in 5 steps: 140 140 // Step 0 is done by processor[0,0,0]. Steps 1 to 4 are executed in parallel 141 141 // by all processors. … … 146 146 // - step 4 : Each processor set sp, sr, ptpr, epc registers values. 147 147 //////////////////////////////////////////////////////////////////////////////// 148 __attribute__((section (".kinit"))) void kernel_init()148 __attribute__((section (".kinit"))) void _kernel_init() 149 149 { 150 150 // gpid : hardware processor index (fixed format: X_WIDTH|Y_WIDTH|P_WIDTH)
Note: See TracChangeset
for help on using the changeset viewer.