Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198115
b: refs/heads/master
c: d8252d6
h: refs/heads/master
i:
  198113: a9b8b29
  198111: 7caf971
v: v3
  • Loading branch information
Paul Mundt committed May 22, 2010
1 parent bc6f2f8 commit 9c58956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b2e25838c5f3508ccd6184be65aca228fc600540
refs/heads/master: d8252d6272682096835b4e1ef714cb1b593aa7fb
4 changes: 4 additions & 0 deletions trunk/arch/sh/kernel/dwarf.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,10 @@ static int dwarf_parse_cie(void *entry, void *p, unsigned long len,
rb_link_node(&cie->node, parent, rb_node);
rb_insert_color(&cie->node, &cie_root);

#ifdef CONFIG_MODULES
if (mod != NULL)
list_add_tail(&cie->link, &mod->arch.cie_list);
#endif

spin_unlock_irqrestore(&dwarf_cie_lock, flags);

Expand Down Expand Up @@ -935,8 +937,10 @@ static int dwarf_parse_fde(void *entry, u32 entry_type,
rb_link_node(&fde->node, parent, rb_node);
rb_insert_color(&fde->node, &fde_root);

#ifdef CONFIG_MODULES
if (mod != NULL)
list_add_tail(&fde->link, &mod->arch.fde_list);
#endif

spin_unlock_irqrestore(&dwarf_fde_lock, flags);

Expand Down

0 comments on commit 9c58956

Please sign in to comment.