Fix some name errors in port: RISC-V -> LM32

This commit is contained in:
Gregory Nutt 2016-11-04 09:58:27 -06:00
parent 65b1ced5f2
commit e6435c28d0
3 changed files with 4 additions and 4 deletions

View File

@ -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).
*/

View File

@ -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>

View File

@ -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.
*/