Change-Id: I2fb6cd70ed462eb5abc36be790008daa134810d6
Signed-off-by: chenjh <chenjh@rock-chips.com>
#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.
else
ret = cpu_suspend(index, psci_suspend_finisher);
-#ifdef CONFIG_FIQ_DEBUGGER_EL3_TO_EL1
- psci_enable_fiq();
-#endif
return ret;
}