Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43106
b: refs/heads/master
c: 9a8cb62
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 7, 2006
1 parent 3b72293 commit 1f75e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 538f188e03c821c93b355c9fc346806cdd34e286
refs/heads/master: 9a8cb626a08f2c8251291f3c0a049b29665895d2
4 changes: 3 additions & 1 deletion trunk/arch/i386/mach-generic/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ static int __init parse_apic(char *arg)
return 0;
}
}
return -ENOENT;

/* Parsed again by __setup for debug/verbose */
return 0;
}
early_param("apic", parse_apic);

Expand Down

0 comments on commit 1f75e1b

Please sign in to comment.