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:
parent
79aca28bd7
commit
be2fee7d6e
@ -28,7 +28,7 @@
|
||||
#include <arch/irq.h>
|
||||
#include <arch/mode.h>
|
||||
|
||||
#include "riscv_exception_macros.S"
|
||||
#include "riscv_macros.S"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -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
|
@ -27,7 +27,7 @@
|
||||
#include <nuttx/config.h>
|
||||
#include <arch/mode.h>
|
||||
|
||||
#include "riscv_exception_macros.S"
|
||||
#include "riscv_macros.S"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
Loading…
Reference in New Issue
Block a user