mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
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
3 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue