Skip to content
Commit f74c34fc authored by Girish Pathak's avatar Girish Pathak Committed by nicola-mazzucato-arm
Browse files

framework, dvfs: Remove signals.



This commit removes signals and its current use
from dvfs module.

Signal functionality was introduced for use cases where events
(struct fwk_event) from one module to another module were expensive
at the run time due total number cycles it takes to allocate and
initialize on the function stack. However similar functionality
also can be achieved using smaller event objects.

This change is precursor to the change(light events) which will be
introduced in the upcoming commits.

Change-Id: I91715841a4c34ba2f251e43867b066d345d8f755
Signed-off-by: Girish Pathak's avatarGirish Pathak <girish.pathak@arm.com>
parent d43e8958
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment