genirq: move setting GIC_MULTI_TARGET flag
authorHosung Kim <hosung0.kim@samsung.com>
Thu, 8 Mar 2018 12:36:09 +0000 (21:36 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Mon, 14 May 2018 05:04:19 +0000 (14:04 +0900)
commitb4a8333c8bf7e95d4743b9198f27cbdae6b242fc
tree2b0df15b77694e9e4d7719b306d7e6aa7d5ba3f1
parent6cf0158c668f87369a2412f67e1326797f9329e1
genirq: move setting GIC_MULTI_TARGET flag

This commit moves setting the code of GIC_MULTI_TARGET flag
over to calling irq_startup function. Because of applying
genirq: Move initial affinity setup to irq_startup() by Thomas Gleixner
Patch, calling setup_affinity function was gone.
So there was no way to set affinity.

Change-Id: I68846906f35f45015ceff56450606c917fd8749d
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
kernel/irq/manage.c