Re: MNT Reform2 (i.mx8mq), update
Staffan Thomen <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
The word "sibling" got me something to grep for in the kernel code and I added some printfs to configure2() in kern/init_main.c and it got: [ 1.0000040] configure2: cpu_topology_init() passed [ 1.0000040] configure2: initclocks() passed [ 1.0000040] configure2: We're no longer cold! The next line is splsched(), and the printf after that is never reached. splsched however appears to be an arch-specific define, and I don't know which one is being used (nothing obvious like aarch64 or cortex in the filenames). Staffan