arch/riscv: Rename riscv_exception_macros.S to riscv_macros.S

since macro defined in this file is also used in the normal context

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-04-02 05:16:48 +08:00 committed by Petro Karashchenko
parent 79aca28bd7
commit be2fee7d6e
3 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@
#include <arch/irq.h>
#include <arch/mode.h>
#include "riscv_exception_macros.S"
#include "riscv_macros.S"
/****************************************************************************
* Pre-processor Definitions

View File

@ -1,5 +1,5 @@
/****************************************************************************
* arch/risc-v/src/common/supervisor/riscv_exception_macros.S
* arch/risc-v/src/common/riscv_macros.S
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@ -18,7 +18,7 @@
*
****************************************************************************/
.file "riscv_exception_macros.S"
.file "riscv_macros.S"
/****************************************************************************
* Included Files

View File

@ -27,7 +27,7 @@
#include <nuttx/config.h>
#include <arch/mode.h>
#include "riscv_exception_macros.S"
#include "riscv_macros.S"
/****************************************************************************
* Pre-processor Definitions