Update to manual pages.

Introduced an ENOMAP error code for l4_unmap.
This commit is contained in:
Bahadir Balban
2009-12-04 00:30:25 +02:00
parent 5eb134e258
commit 5b783f4e2e
15 changed files with 96 additions and 52 deletions

View File

@@ -443,7 +443,7 @@ int remove_mapping_pgd(unsigned long vaddr, pgd_table_t *pgd)
break;
case PGD_TYPE_FAULT:
ret = -1;
ret = -ENOMAP;
break;
case PGD_TYPE_SECTION: