projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3733765
)
rk: ddr_freq: remove BUG_ON
author
黄涛
<huangtao@rock-chips.com>
Wed, 30 Jan 2013 04:02:40 +0000
(12:02 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Wed, 30 Jan 2013 04:02:48 +0000
(12:02 +0800)
arch/arm/plat-rk/ddr_freq.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-rk/ddr_freq.c
b/arch/arm/plat-rk/ddr_freq.c
index 4f919c741525c31ee8468a80e87c36b94d29aeb5..f46d8d412b62393e02b9d274c2408d9fb409500d 100644
(file)
--- a/
arch/arm/plat-rk/ddr_freq.c
+++ b/
arch/arm/plat-rk/ddr_freq.c
@@
-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);