Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118206
b: refs/heads/master
c: 017d9d2
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and Ingo Molnar committed Oct 30, 2008
1 parent af17b88 commit f8958bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 08c33308575b370c89b4ed1198ece5f93145a2aa
refs/heads/master: 017d9d20d88cacb0a6a29f343b23c95e203f6645
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/cpu/addon_cpuid_features.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void __cpuinit init_scattered_cpuid_features(struct cpuinfo_x86 *c)
*/
void __cpuinit detect_extended_topology(struct cpuinfo_x86 *c)
{
#ifdef CONFIG_SMP
#ifdef CONFIG_X86_SMP
unsigned int eax, ebx, ecx, edx, sub_index;
unsigned int ht_mask_width, core_plus_mask_width;
unsigned int core_select_mask, core_level_siblings;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/tsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ __cpuinit int unsynchronized_tsc(void)
if (!cpu_has_tsc || tsc_unstable)
return 1;

#ifdef CONFIG_SMP
#ifdef CONFIG_X86_SMP
if (apic_is_clustered_box())
return 1;
#endif
Expand Down

0 comments on commit f8958bf

Please sign in to comment.