Home
last modified time | relevance | path

Searched refs:sbi_srst_reboot_nb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c503 static struct notifier_block sbi_srst_reboot_nb; variable
611 sbi_srst_reboot_nb.notifier_call = sbi_srst_reboot; in sbi_init()
612 sbi_srst_reboot_nb.priority = 192; in sbi_init()
613 register_restart_handler(&sbi_srst_reboot_nb); in sbi_init()