mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rk: ddr_freq: remove BUG_ON
This commit is contained in:
parent
3733765b4a
commit
146fa2842d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user