module: cleanup FIXME comments about trimming exception table entries.

Everyone cut and paste this comment from my original one.  We now do
it generically, so cut the comments.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Amerigo Wang <amwang@redhat.com>
This commit is contained in:
Rusty Russell 2009-06-12 21:47:04 -06:00
parent ad6561dffa
commit 5933048c69
16 changed files with 0 additions and 32 deletions

View file

@ -43,8 +43,6 @@ void *module_alloc(unsigned long size)
void module_free(struct module *mod, void *module_region)
{
vfree(module_region);
/* FIXME: If module_region == mod->init_region, trim exception
table entries. */
}
static const Elf_Shdr *find_section(const Elf_Ehdr *hdr,