Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175454
b: refs/heads/master
c: a946d8f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Dec 7, 2009
1 parent a38c2f6 commit 432626f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f3d607c6b39bd9cb5000e03e2c0dc2afe1241374
refs/heads/master: a946d8f11f0da9cfc714248036fcfd3a794d1e27
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/apic_noop.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static u32 noop_apic_read(u32 reg)

static void noop_apic_write(u32 reg, u32 v)
{
WARN_ON_ONCE((cpu_has_apic || !disable_apic));
WARN_ON_ONCE(cpu_has_apic && !disable_apic);
}

struct apic apic_noop = {
Expand Down

0 comments on commit 432626f

Please sign in to comment.