arch/risc-v: Remove incorrect ARM references.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-02-02 19:38:24 +01:00 committed by Alan Carvalho de Assis
parent de8e3a130c
commit db2a8f0dc5
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ static size_t do_stackcheck(uintptr_t alloc, size_t size, bool int_stack)
size = end - start;
/* The ARM uses a push-down stack: the stack grows toward lower addresses
/* RISC-V uses a push-down stack: the stack grows toward lower addresses
* in memory. We need to start at the lowest address in the stack memory
* allocation and search to higher addresses. The first word we encounter
* that does not have the magic value is the high water mark.

View File

@ -1,5 +1,5 @@
/************************************************************************************
* arm/risc-v/src/nr5m100/nr5_timer.c
* arch/risc-v/src/nr5m100/nr5_timer.c
*
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>