Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110222
b: refs/heads/master
c: 87f3b6b
h: refs/heads/master
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Linus Torvalds committed Oct 6, 2008
1 parent 3278717 commit 3107ddd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: afed26d151ba90b08361d4af0223daa362136ebd
refs/heads/master: 87f3b6b6fbcbfa715f0d0db3e7a63e65716a6d4e
6 changes: 4 additions & 2 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1986,11 +1986,13 @@ static void read_markers(const char *fname)

mod = find_module(modname);
if (!mod) {
if (is_vmlinux(modname))
have_vmlinux = 1;
mod = new_module(NOFAIL(strdup(modname)));
mod->skip = 1;
}
if (is_vmlinux(modname)) {
have_vmlinux = 1;
mod->skip = 0;
}

if (!mod->skip)
add_marker(mod, marker, fmt);
Expand Down

0 comments on commit 3107ddd

Please sign in to comment.