sched/paging: add FAR in paging worker

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2023-03-26 12:54:19 +03:00 committed by patacongo
parent 80e3ecc074
commit c7326717ca
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ extern FAR struct tcb_s *g_pftcb;
*
****************************************************************************/
int pg_worker(int argc, char *argv[]);
int pg_worker(int argc, FAR char *argv[]);
#endif /* __ASSEMBLY__ */
#endif /* CONFIG_PAGING */

View File

@ -523,7 +523,7 @@ static inline void pg_fillcomplete(void)
*
****************************************************************************/
int pg_worker(int argc, char *argv[])
int pg_worker(int argc, FAR char *argv[])
{
FAR struct tcb_s *wtcb = this_task();