Actually, elf_region already contains an area_id field...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7517 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-11 13:43:39 +00:00
parent ff76eb5cde
commit d07a6f89a0

View File

@ -17,10 +17,6 @@ struct preloaded_image {
elf_region data_region;
addr_range dynamic_section;
struct Elf32_Ehdr elf_header;
// these will be filled out in the kernel
area_id text;
area_id data;
};
#endif /* KERNEL_BOOT_ELF_H */