Fix some name errors in port: RISC-V -> LM32
This commit is contained in:
parent
65b1ced5f2
commit
e6435c28d0
|
@ -58,8 +58,8 @@
|
|||
#define SYS_syscall 0x00
|
||||
|
||||
/* Configuration ********************************************************************/
|
||||
/* SYS call 1 and 2 are defined for internal use by the RISC-V port (see
|
||||
* arch/riscv/include/mips32/syscall.h). In addition, SYS call 3 is the return from
|
||||
/* SYS call 1 and 2 are defined for internal use by the LM32 port (see
|
||||
* arch/miscoc/include/lm32/syscall.h). In addition, SYS call 3 is the return from
|
||||
* a SYS call in kernel mode. The first four syscall values must, therefore, be
|
||||
* reserved (0 is not used).
|
||||
*/
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
/* Include RISC-V architecture-specific syscall macros */
|
||||
/* Include LM32 architecture-specific syscall macros */
|
||||
|
||||
#ifdef CONFIG_ARCH_MISOC
|
||||
# include <arch/lm32/syscall.h>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
#define INTSTACK_COLOR 0xdeadbeef
|
||||
#define HEAP_COLOR 'h'
|
||||
|
||||
/* In the RISC_V model, the state is copied from the stack to the TCB, but
|
||||
/* In the LM32 model, the state is copied from the stack to the TCB, but
|
||||
* only a referenced is passed to get the state from the TCB.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue