mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk: ddr_freq: remove BUG_ON
This commit is contained in:
@@ -168,8 +168,6 @@ static void _ddr_change_freq(uint32_t nMHz)
|
||||
unsigned int this_cpu = get_cpu();
|
||||
cpu_maps_update_begin();
|
||||
|
||||
BUG_ON(this_cpu != 0);
|
||||
|
||||
set_other_cpus_pause(false);
|
||||
|
||||
smp_call_function((smp_call_func_t)pause_cpu, NULL, 0);
|
||||
|
||||
Reference in New Issue
Block a user