From 2e59d832fcdc08bc43679160d3c082d3ac17d91c Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 28 Dec 2022 17:06:44 +0800 Subject: [PATCH] sched/misc: Rename panic.c to panic_notifier.c Signed-off-by: Xiang Xiao --- sched/misc/Make.defs | 2 +- sched/misc/{panic.c => panic_notifier.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename sched/misc/{panic.c => panic_notifier.c} (99%) diff --git a/sched/misc/Make.defs b/sched/misc/Make.defs index b781dd33322..6bfb817a2be 100644 --- a/sched/misc/Make.defs +++ b/sched/misc/Make.defs @@ -18,7 +18,7 @@ # ############################################################################ -CSRCS += assert.c panic.c +CSRCS += assert.c panic_notifier.c # Include init build support diff --git a/sched/misc/panic.c b/sched/misc/panic_notifier.c similarity index 99% rename from sched/misc/panic.c rename to sched/misc/panic_notifier.c index 31c02ed96fc..a8ae3b3f79b 100644 --- a/sched/misc/panic.c +++ b/sched/misc/panic_notifier.c @@ -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