lib: Remove hartid parameter from IRQCHIP callbacks
authorAnup Patel <anup.patel@wdc.com>
Tue, 22 Jan 2019 09:03:41 +0000 (14:33 +0530)
committerAnup Patel <anup@brainfault.org>
Wed, 23 Jan 2019 03:09:26 +0000 (08:39 +0530)
commit74fd2e5bb217278fcb2c0020038ea5f19bd5d22f
tree8f1c27d00aaf3c017d3f970ca81e21770341a0cb
parent18ec89e46e3cf8011b30deded6ea8d77720bdb3c
lib: Remove hartid parameter from IRQCHIP callbacks

The hartid parameter in IRQCHIP callbacks of sbi_platform
is not required because current hartid can be determined
using sbi_current_hartid() API.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
include/sbi/sbi_platform.h
lib/sbi_init.c
platform/kendryte/k210/platform.c
platform/qemu/sifive_u/platform.c
platform/qemu/virt/platform.c
platform/sifive/fu540/platform.c