Damien Zammit, le sam. 28 févr. 2026 06:14:08 +0000, a ecrit:
>  i386/i386/mp_desc.c     |  4 ++++
>  i386/i386at/model_dep.c | 17 +++++++++++++----
>  2 files changed, 17 insertions(+), 4 deletions(-)
> 
> diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
> index 1343861c..1d60c892 100644
> --- a/i386/i386/mp_desc.c
> +++ b/i386/i386/mp_desc.c
> @@ -340,5 +340,9 @@ start_other_cpus(void)
>  
>       /* Re-enable IOAPIC interrupts as per setup */
>       lapic_enable();
> +
> +     /* Re-enable lapic timer for clock interrupts on BSP.
> +      * This is needed after lapic was disabled/enabled */
> +     lapic_enable_timer();
>  }
>  #endif       /* NCPUS > 1 */

But on the BSP we should be fine with the PIT for (accurate) time source.

Samuel

Reply via email to