firmware: psci: remove fiq enable after cpu_suspend
authorchenjh <chenjh@rock-chips.com>
Fri, 17 Mar 2017 09:10:43 +0000 (17:10 +0800)
committerchenjh <chenjh@rock-chips.com>
Wed, 5 Apr 2017 11:02:27 +0000 (19:02 +0800)
Change-Id: I2fb6cd70ed462eb5abc36be790008daa134810d6
Signed-off-by: chenjh <chenjh@rock-chips.com>
drivers/firmware/psci.c

index 6da0c018afd9fd57c6df386a6c6d2dfc289fa406..28395eb9e05eef5efd4c5301e582676fdf78cddf 100644 (file)
 #include <asm/smp_plat.h>
 #include <asm/suspend.h>
 
 #include <asm/smp_plat.h>
 #include <asm/suspend.h>
 
-#ifdef CONFIG_FIQ_DEBUGGER_EL3_TO_EL1
-#include <linux/rockchip/rockchip_sip.h>
-#endif
-
 /*
  * While a 64-bit OS can make calls with SMC32 calling conventions, for some
  * calls it is necessary to use SMC64 to pass or return 64-bit values.
 /*
  * While a 64-bit OS can make calls with SMC32 calling conventions, for some
  * calls it is necessary to use SMC64 to pass or return 64-bit values.
@@ -355,9 +351,6 @@ int psci_cpu_suspend_enter(unsigned long index)
        else
                ret = cpu_suspend(index, psci_suspend_finisher);
 
        else
                ret = cpu_suspend(index, psci_suspend_finisher);
 
-#ifdef CONFIG_FIQ_DEBUGGER_EL3_TO_EL1
-       psci_enable_fiq();
-#endif
        return ret;
 }
 
        return ret;
 }