Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18021
b: refs/heads/master
c: 0d9cb75
h: refs/heads/master
i:
  18019: 5f1d0b6
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jan 12, 2006
1 parent f3bfee3 commit 03e38be
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: 256ddb01ebdcb065f81487fff00be833192d8764
refs/heads/master: 0d9cb75f2f41788a59bcd3dac30b264a4bebaf2e
4 changes: 3 additions & 1 deletion trunk/arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ static __init void parse_cmdline_early (char ** cmdline_p)
!memcmp(from, "disableapic", 11))
disable_apic = 1;

if (!memcmp(from, "noapic", 6))
/* Don't confuse with noapictimer */
if (!memcmp(from, "noapic", 6) &&
(from[6] == ' ' || from[6] == 0))
skip_ioapic_setup = 1;

/* Make sure to not confuse with apic= */
Expand Down

0 comments on commit 03e38be

Please sign in to comment.