Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25329
b: refs/heads/master
c: d1530d8
h: refs/heads/master
i:
  25327: 03b4815
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Apr 9, 2006
1 parent 81c2b48 commit f0d0639
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: d3b6a349d233aecf2c52f7f4c150ca09f684f2d8
refs/heads/master: d1530d82e02fd96d4634a6d6f6538c8b778c43af
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 @@ -353,8 +353,10 @@ static __init void parse_cmdline_early (char ** cmdline_p)
if (fullarg(from, "enable_timer_pin_1"))
disable_timer_pin_1 = -1;

if (fullarg(from, "nolapic") || fullarg(from, "disableapic"))
if (fullarg(from, "nolapic") || fullarg(from, "disableapic")) {
clear_bit(X86_FEATURE_APIC, boot_cpu_data.x86_capability);
disable_apic = 1;
}

if (fullarg(from, "noapic"))
skip_ioapic_setup = 1;
Expand Down

0 comments on commit f0d0639

Please sign in to comment.