Skip to content
Commit 795d36f8 authored by Andy Ross's avatar Andy Ross Committed by Anas Nashif
Browse files

drivers/timer/cavs_timer: Don't suppress smp_timer_init()



This function wasn't being defined when SMP_BOOT_DELAY was set or when
SMP wasn't enabled.  There's no reason for either, then function
doesn't depend on any kconfig-dependent build-time state, and (given
that we use -ffunction-sections) it won't appear in output binaries
unless called.

And there are use cases (e.g. z_smp_start_cpu()) where we need that
function even when BOOT_DELAY is enabled.

Signed-off-by: default avatarAndy Ross <andrew.j.ross@intel.com>
parent 343c0bd2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment