Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108167
b: refs/heads/master
c: fb6bef8
h: refs/heads/master
i:
  108165: bfafccc
  108163: e620d70
  108159: 70acdfb
v: v3
  • Loading branch information
Rene Herman authored and Ingo Molnar committed Aug 11, 2008
1 parent 8108886 commit 3659f96
Show file tree
Hide file tree
Showing 2 changed files with 3 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: eeb0d7d113895556db473ff1e638803d7d49bff9
refs/heads/master: fb6bef8002d54a9c3062abc281893ec7c896d3ce
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1726,9 +1726,9 @@ static int __init apic_set_verbosity(char *str)
apic_verbosity = APIC_DEBUG;
else if (strcmp("verbose", str) == 0)
apic_verbosity = APIC_VERBOSE;
return 1;
return 0;
}
__setup("apic=", apic_set_verbosity);
early_param("apic", apic_set_verbosity);

static int __init lapic_insert_resource(void)
{
Expand Down

0 comments on commit 3659f96

Please sign in to comment.