Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158637
b: refs/heads/master
c: 005155b
h: refs/heads/master
i:
  158635: d78f138
v: v3
  • Loading branch information
Roel Kluin authored and Ingo Molnar committed Aug 25, 2009
1 parent ebc5029 commit a5fd23d
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: b7f42ab2e237f08a5bbcefa17473e80eb05e725c
refs/heads/master: 005155b1f626d2b2d7932e4afdf4fead168c6888
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/es7000_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ static int es7000_apic_is_cluster(void)
{
/* MPENTIUMIII */
if (boot_cpu_data.x86 == 6 &&
(boot_cpu_data.x86_model >= 7 || boot_cpu_data.x86_model <= 11))
(boot_cpu_data.x86_model >= 7 && boot_cpu_data.x86_model <= 11))
return 1;

return 0;
Expand Down

0 comments on commit a5fd23d

Please sign in to comment.