Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35967
b: refs/heads/master
c: 27fbe5b
h: refs/heads/master
i:
  35965: 565a25a
  35963: f964af7
  35959: 1338206
  35951: a613fc7
  35935: 40fe9b7
  35903: 15f78d3
  35839: cc4705e
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Sep 26, 2006
1 parent b990cec commit 235b6c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 35d534a3ff4905c0a7bddbad0fc9df55967742c7
refs/heads/master: 27fbe5b28a2ffef171c6005f304ea4f80fcdcc01
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,8 @@ static void __cpuinit init_intel(struct cpuinfo_x86 *c)
if ((c->x86 == 0xf && c->x86_model >= 0x03) ||
(c->x86 == 0x6 && c->x86_model >= 0x0e))
set_bit(X86_FEATURE_CONSTANT_TSC, &c->x86_capability);
if (c->x86 == 6)
set_bit(X86_FEATURE_REP_GOOD, &c->x86_capability);
set_bit(X86_FEATURE_SYNC_RDTSC, &c->x86_capability);
c->x86_max_cores = intel_num_cpu_cores(c);

Expand Down

0 comments on commit 235b6c1

Please sign in to comment.