tcb_alloc_init of l4lib was clashing with mm0 definitions.

This commit is contained in:
Bahadir Balban
2009-11-23 12:59:33 +02:00
parent e28e54fa7b
commit e690949b3b
4 changed files with 4 additions and 4 deletions

View File

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