summaryrefslogtreecommitdiffstats
path: root/arch/kvx/cpu/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/kvx/cpu/reset.c')
-rw-r--r--arch/kvx/cpu/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/kvx/cpu/reset.c b/arch/kvx/cpu/reset.c
index c7f2018e00..df36764cb6 100644
--- a/arch/kvx/cpu/reset.c
+++ b/arch/kvx/cpu/reset.c
@@ -60,7 +60,7 @@ static int kvx_reset_init(void)
break;
}
- restart_handler_register_fn(kvx_restart_soc);
+ restart_handler_register_fn("soc", kvx_restart_soc);
return 0;
}