|
@@ -182,7 +182,7 @@ static int vpemask[2][8] = {
|
|
|
{0, 0, 0, 0, 0, 0, 0, 1}
|
|
{0, 0, 0, 0, 0, 0, 0, 1}
|
|
|
};
|
|
};
|
|
|
int tcnoprog[NR_CPUS];
|
|
int tcnoprog[NR_CPUS];
|
|
|
-static atomic_t idle_hook_initialized = {0};
|
|
|
|
|
|
|
+static atomic_t idle_hook_initialized = ATOMIC_INIT(0);
|
|
|
static int clock_hang_reported[NR_CPUS];
|
|
static int clock_hang_reported[NR_CPUS];
|
|
|
|
|
|
|
|
#endif /* CONFIG_SMTC_IDLE_HOOK_DEBUG */
|
|
#endif /* CONFIG_SMTC_IDLE_HOOK_DEBUG */
|