Files
lk/arch/x86
Travis Geiselbrecht e4d65228b5 [mp] restructure the sequence of how cpus are brought up
- Move a bit of the shared logic of secondary bootstrapping into a new
  function, lk_secondary_cpu_entry_early() which sets the current cpu
  pointer before calling the first half of the secondary LK_INIT
  routines.
- Create the per cpu idle threads on the main cpu instead of the
  secondary as they come up.
- Tweak all of the SMP capable architectures to use this new path.
- Move the top level mp routines into a separate file top/mp.c
- A bit more correctly ifdef out more SMP code.
2025-10-12 19:47:33 -07:00
..
2024-12-06 00:03:48 -08:00
2025-04-06 19:09:32 -07:00
2025-06-10 23:10:45 -07:00
2025-09-24 01:18:52 -07:00
2025-09-24 01:18:52 -07:00
2025-09-24 01:18:52 -07:00