Removed hard-coded area definitions from kernel

This commit is contained in:
Bahadir Balban
2009-10-17 13:42:49 +03:00
parent fc95d95454
commit d19c5c26fd
5 changed files with 2 additions and 45 deletions

View File

@@ -52,7 +52,7 @@ int user_mutex_test(void)
__FUNCTION__, (int)base);
goto out_err;
} else
printf("mmap: Anonymous shared buffer at %p\n", base);
test_printf("mmap: Anonymous shared buffer at %p\n", base);
shared_page = base;