Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156412
b: refs/heads/master
c: e2a9cf9
h: refs/heads/master
v: v3
  • Loading branch information
Raghu Gandham authored and Ralf Baechle committed Aug 3, 2009
1 parent b2ee60f commit ca05948
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: 6f9fdeb6761a46ded6bf4b799993a3f235ab853d
refs/heads/master: e2a9cf96a0af24f33206b4bb98cc3a12242260c1
3 changes: 2 additions & 1 deletion trunk/arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,8 @@ static void layout_sections(struct module *mod, const Elf_Ehdr * hdr,
|| (s->sh_flags & masks[m][1])
|| s->sh_entsize != ~0UL)
continue;
s->sh_entsize = get_offset(&mod->core_size, s);
s->sh_entsize =
get_offset((unsigned long *)&mod->core_size, s);
}

if (m == 0)
Expand Down

0 comments on commit ca05948

Please sign in to comment.