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

index 4f919c741525c31ee8468a80e87c36b94d29aeb5..f46d8d412b62393e02b9d274c2408d9fb409500d 100644 (file)
@@ -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);