mirror of
https://github.com/drasko/codezero.git
synced 2026-05-03 00:51:30 +02:00
tcb_alloc_init of l4lib was clashing with mm0 definitions.
This commit is contained in:
@@ -77,7 +77,7 @@ static int set_utcb_addr(void)
|
||||
int err;
|
||||
|
||||
/* Create a task. */
|
||||
if (IS_ERR(task = tcb_alloc_init(0, 0)))
|
||||
if (IS_ERR(task = l4_tcb_alloc_init(0, 0)))
|
||||
return -ENOMEM;
|
||||
|
||||
/* Add child to the global task list. */
|
||||
|
||||
Reference in New Issue
Block a user