mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
firmware: rockchip_sip: don't update fiq_target_cpu in sip_fiq_debugger_uart_irq_tf_init
To fix problem in redmine #297983, make some rules about fiq_target_cpu: The default value of fiq_target_cpu is zero and can only be updated in sip_fiq_debugger_switch_cpu or sip_fiq_debugger_enable_fiq. View redmine#297983 for details. Change-Id: I947a73c3ffc0c818a611e108a343f05b8465645b Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
bcf7482769
commit
88e72f3cdf
@@ -481,8 +481,6 @@ int sip_fiq_debugger_uart_irq_tf_init(u32 irq_id, sip_fiq_debugger_uart_irq_tf_c
|
||||
{
|
||||
struct arm_smccc_res res;
|
||||
|
||||
fiq_target_cpu = 0;
|
||||
|
||||
/* init fiq debugger callback */
|
||||
sip_fiq_debugger_uart_irq_tf = callback_fn;
|
||||
res = __invoke_sip_fn_smc(SIP_UARTDBG_FN, irq_id,
|
||||
|
||||
Reference in New Issue
Block a user