Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104523
b: refs/heads/master
c: 740a8de
h: refs/heads/master
i:
  104521: ec87663
  104519: 7e898b8
v: v3
  • Loading branch information
Akiyama, Nobuyuki authored and Tony Luck committed Jul 17, 2008
1 parent 573926a commit 3b8d1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60192db82952ad56ef7bbc4a318e2041ca65ba7d
refs/heads/master: 740a8de0796dd12890b3c8ddcfabfcb528b78d40
3 changes: 2 additions & 1 deletion trunk/arch/ia64/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,8 @@ module_alloc (unsigned long size)
void
module_free (struct module *mod, void *module_region)
{
if (mod->arch.init_unw_table && module_region == mod->module_init) {
if (mod && mod->arch.init_unw_table &&
module_region == mod->module_init) {
unw_remove_unwind_table(mod->arch.init_unw_table);
mod->arch.init_unw_table = NULL;
}
Expand Down

0 comments on commit 3b8d1cc

Please sign in to comment.