Rework tracking of reserve entries during processing. This is initial work

to allow more powerful handling of reserve entries.
This commit is contained in:
David Gibson 2005-10-24 18:18:38 +10:00
parent fccb194a14
commit f040d95b84
7 changed files with 119 additions and 58 deletions

View file

@ -89,6 +89,6 @@ struct boot_info *dt_from_fs(char *dirname)
fill_fullpaths(tree, "");
return build_boot_info(empty_data, tree);
return build_boot_info(NULL, tree);
}