aboutsummaryrefslogtreecommitdiff
path: root/kern/processor.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2016-08-05 15:00:07 +0200
committerRichard Braun <rbraun@sceen.net>2016-08-06 00:09:56 +0200
commitbc23dda642a299fb1380294f4e5940511bc512ef (patch)
tree2009cfe49bc974f36a7ce155a255aaf95ce281b7 /kern/processor.c
parent4bccd10cfeaf126382467dd90d7339a98989b9d2 (diff)
downloadgnumach-bc23dda642a299fb1380294f4e5940511bc512ef.tar.gz
gnumach-bc23dda642a299fb1380294f4e5940511bc512ef.tar.bz2
gnumach-bc23dda642a299fb1380294f4e5940511bc512ef.zip
Augment VM maps with task names
This change improves the clarity of "no more room for ..." VM map allocation errors. * kern/task.c (task_init): Call vm_map_set_name for the kernel map. (task_create): Call vm_map_set_name where appropriate. * vm/vm_map.c (vm_map_setup): Set map name to NULL. (vm_map_find_entry_anywhere): Update error message to include map name. * vm/vm_map.h (struct vm_map): New `name' member. (vm_map_set_name): New inline function.
Diffstat (limited to 'kern/processor.c')
0 files changed, 0 insertions, 0 deletions