commit 3b3f7cbfaa85f3679609573dd81379cc66be20e1
parent fabb83cbf04e6df6aada443d412188a5f3a25f22
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Mon, 28 Dec 2020 19:23:19 +0100
os9/arm64: Rename panic.c to ctx.c
This name represents better what this file contains and opens the
door to add new functions.
Change-Id: I777c98c90a5d3c5bcb89b3a429c8a7893c53c811
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/os9/arch/arm64/Makefile b/src/os9/arch/arm64/Makefile
@@ -9,7 +9,7 @@ OBJS =\
arch.o\
debug_lock.o\
sysreg.o\
- panic.o\
+ ctx.o\
fvp.o\
fvpasm.o\
crt.o\
diff --git a/src/os9/arch/arm64/panic.c b/src/os9/arch/arm64/ctx.c