[edk2-devel] [PATCH v3] UefiCpuPkg/MpInitLib DXE: Add PCD to control AP status check interval

Ni, Ray ray.ni at intel.com
Wed Mar 25 03:35:57 UTC 2020


> +  TriggerTime = EFI_TIMER_PERIOD_MICROSECONDS (
> +                  PcdGet32 (PcdCpuApStatusCheckIntervalInMicroSeconds)
> +                  );
>    Status = gBS->SetTimer (
>                    mCheckAllApsEvent,
>                    TimerPeriodic,
> -                  AP_CHECK_INTERVAL
> +                  TriggerTime
>                    );
>    ASSERT_EFI_ERROR (Status);
> 
I guess you introduced TriggerTime for debugging purpose.
But in the final patch, how about removing this local variable TriggerTime?

Thanks,
Ray


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#56245): https://edk2.groups.io/g/devel/message/56245
Mute This Topic: https://groups.io/mt/72534018/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list