fiq debugger: modify switch_cpu()
authorhhb <hhb@rock-chips.com>
Thu, 26 Dec 2013 02:32:04 +0000 (10:32 +0800)
committerhhb <hhb@rock-chips.com>
Thu, 26 Dec 2013 02:32:04 +0000 (10:32 +0800)
arch/arm/common/fiq_debugger.c

index f1771c00398c87af819c4ba139a7c204ffb61304..5f87cb07385e7c70c773061b9e59e43570f38fea 100644 (file)
@@ -739,7 +739,7 @@ static void switch_cpu(struct fiq_debugger_state *state, int cpu)
 {
        if (!debug_have_fiq(state))
                smp_call_function_single(cpu, take_affinity, state, false);
-#ifdef CONFIG_PLAT_RK
+#ifdef CONFIG_ARCH_ROCKCHIP
        else {
                struct cpumask cpumask;