CFI is Control Flow Integrity.
CFI will make graph to verify the code-flows.
If code-flows don't match with graph generated, It will make the failure.
Change-Id: Ic04be25e9858e432968b08e0c9203b778a0e20b0
Signed-off-by: Yoojin Park <yoojin1.park@samsung.com>
#endif /* CONFIG_CPU_THERMAL_IPA */
#ifdef CONFIG_MALI_DVFS
-typedef void (*GET_NEXT_LEVEL)(struct exynos_context *platform, int utilization);
+typedef int (*GET_NEXT_LEVEL)(struct exynos_context *platform, int utilization);
GET_NEXT_LEVEL gpu_dvfs_get_next_level;
static int gpu_dvfs_governor_default(struct exynos_context *platform, int utilization);