sched/misc: Rename panic.c to panic_notifier.c

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-28 17:06:44 +08:00 committed by Petro Karashchenko
parent f9bd04ff19
commit 2e59d832fc
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#
############################################################################
CSRCS += assert.c panic.c
CSRCS += assert.c panic_notifier.c
# Include init build support

View File

@ -1,5 +1,5 @@
/****************************************************************************
* sched/misc/panic.c
* sched/misc/panic_notifier.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with